Reflect webpack changes in docker compose.
This commit is contained in:
parent
50d4e363ba
commit
990b269068
1 changed files with 2 additions and 2 deletions
|
|
@ -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" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue