Browse Source

🔨 update Dockerfile

main
lamya-rey 5 years ago
parent
commit
db79989eb0
  1. 3
      Dockerfile

3
Dockerfile

@ -2,8 +2,9 @@ FROM node:dubnium
WORKDIR /app
RUN yarn install
COPY . .
RUN yarn install
CMD ["yarn", "serve"]
Loading…
Cancel
Save