Update 'frontend/Dockerfile'
This commit is contained in:
parent
8f85a2add5
commit
76db2e388e
1 changed files with 1 additions and 3 deletions
|
@ -2,9 +2,7 @@ FROM node:20-alpine
|
|||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
RUN yarn install --production=true
|
||||
|
||||
EXPOSE 3000
|
||||
RUN yarn
|
||||
|
||||
COPY . .
|
||||
CMD ["yarn", "dev", "--port", "3000", "--host", "0.0.0.0"]
|
||||
|
|
Loading…
Add table
Reference in a new issue