Update Dockerfile

This commit is contained in:
CL TheDreWen
2025-11-28 14:15:42 +01:00
committed by GitHub
parent b5cf762730
commit c1168b7cd4

View File

@@ -4,8 +4,8 @@ WORKDIR /app
COPY . /app COPY . /app
RUN npm i && \ RUN npm clean-install && \
npm run build && \ npm run build && \
npm run register npm run register
CMD [ "npm", "run", "start" ] CMD [ "npm", "run", "start" ]