Fixed Dockerfile
This commit is contained in:
parent
316c7de358
commit
4fe16cefac
|
@ -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"]
|
Loading…
Reference in New Issue