test
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -1,7 +1,3 @@
|
||||
FROM node:latest
|
||||
WORKDIR /app
|
||||
COPY package.json .
|
||||
RUN yarn install
|
||||
COPY . .
|
||||
RUN yarn build
|
||||
CMD ["node", "dist/lib/server/index.js"]
|
||||
FROM node
|
||||
WORKDIR /
|
||||
CMD ["node", "dist/lib/server/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user