Fixxed dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM node:alpine
|
||||
WORKDIR /app
|
||||
COPY ./package.json ./
|
||||
RUN npm i
|
||||
RUN yarn
|
||||
COPY ./ ./
|
||||
ENTRYPOINT [ "yarn","dev" ]
|
||||
Reference in New Issue
Block a user