Reflect webpack changes in docker compose.

This commit is contained in:
Martin Maroši 2021-10-12 14:25:56 +02:00 committed by Sanne Raymaekers
parent 50d4e363ba
commit 990b269068

View file

@ -1,4 +1,4 @@
FROM docker.io/node:12
FROM docker.io/node:16
WORKDIR /usr/src/app
@ -9,4 +9,4 @@ RUN npm install
COPY . .
EXPOSE 8002
CMD [ "npm", "start" ]
CMD [ "npm", "run", "start:beta" ]