Add actual app to Dockerfile....
This commit is contained in:
parent
50a9184358
commit
806d3a270a
@ -15,6 +15,9 @@ RUN npm install
|
||||
# If you are building your code for production
|
||||
# RUN npm ci --only=production
|
||||
|
||||
# Bundle app source
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD [ "node", "server.js" ]
|
Loading…
x
Reference in New Issue
Block a user