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
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN yarn install --production=true
|
RUN yarn
|
||||||
|
|
||||||
EXPOSE 3000
|
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
CMD ["yarn", "dev", "--port", "3000", "--host", "0.0.0.0"]
|
CMD ["yarn", "dev", "--port", "3000", "--host", "0.0.0.0"]
|
||||||
|
|
Loading…
Add table
Reference in a new issue