Add actual app to Dockerfile....
This commit is contained in:
@ -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" ]
|
Reference in New Issue
Block a user