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,7 +4,7 @@ WORKDIR /app
COPY . /app
RUN npm i && \
RUN npm clean-install && \
npm run build && \
npm run register