fix: update node version
This commit is contained in:
parent
70dbc7eb1e
commit
b2a447f055
1 changed files with 6 additions and 0 deletions
6
src/frontend/dev.Dockerfile
Normal file
6
src/frontend/dev.Dockerfile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
FROM node:19-alpine as frontend_build
|
||||
ARG BACKEND
|
||||
WORKDIR /app
|
||||
COPY . /app
|
||||
RUN npm install
|
||||
CMD ["npm", "start"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue