Added Dockerfile
This commit is contained in:
parent
83de6033a6
commit
cf9bb50162
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
FROM node:alpine
|
||||||
|
|
||||||
|
ADD dist/ /app/dist
|
||||||
|
ADD public/ /app/public
|
||||||
|
ADD package.json /app/
|
||||||
|
WORKDIR /app/
|
||||||
|
RUN npm install --production
|
||||||
|
|
||||||
|
EXPOSE 8080
|
||||||
|
ENTRYPOINT [ "npm", "run", "start" ]
|
Loading…
x
Reference in New Issue
Block a user