Fixed Dockerfile
This commit is contained in:
@ -3,4 +3,4 @@ WORKDIR /app
|
|||||||
COPY package.json yarn.lock ./
|
COPY package.json yarn.lock ./
|
||||||
RUN yarn install --production
|
RUN yarn install --production
|
||||||
COPY . .
|
COPY . .
|
||||||
CMD ["node", "app/index.js"]
|
CMD ["node", "index.js"]
|
Reference in New Issue
Block a user