Updating
This commit is contained in:
8
graphql/Dockerfile
Normal file
8
graphql/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM node:16.19.0-alpine3.17
|
||||
WORKDIR /user/src/app
|
||||
COPY package*.json ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
EXPOSE 8080
|
||||
CMD ["node", "dist/main"]
|
||||
Reference in New Issue
Block a user