restructure repo, separate sample app from docker configs
This commit is contained in:
7
06-building-container-images/api-node/Dockerfile.0
Normal file
7
06-building-container-images/api-node/Dockerfile.0
Normal file
@ -0,0 +1,7 @@
|
||||
FROM node
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm install
|
||||
|
||||
CMD [ "node", "index.js" ]
|
||||
Reference in New Issue
Block a user