No tarball for gmail
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:latest
|
||||
|
||||
WORKDIR /opt/proj/
|
||||
COPY . .
|
||||
RUN npm install --omit=dev
|
||||
|
||||
EXPOSE 50051
|
||||
|
||||
ENTRYPOINT ["node", "server"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user