Cleaned up Glitch-specific
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM node:12
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ADD package.json .
|
||||
RUN npm install
|
||||
|
||||
ADD . .
|
||||
|
||||
ENV PORT=80
|
||||
EXPOSE 80
|
||||
|
||||
CMD npm start
|
Reference in New Issue
Block a user