update Dockerfile

This commit is contained in:
Ayden Jahola 2025-09-19 23:59:19 +01:00
parent 565c9fb513
commit 94a7204ab1

View file

@ -8,7 +8,7 @@ RUN apt-get update && \
COPY package*.json ./
RUN npm install --production
RUN npm install
COPY . .