FrontEnd Angular - v0.0.1-alpha
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM node
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN npm install
|
||||
|
||||
|
||||
EXPOSE 5000
|
||||
ENTRYPOINT ["node", "server.js"]
|
||||
Reference in New Issue
Block a user