Tagghantering, fix #3
This commit is contained in:
@@ -16,5 +16,8 @@ COPY . .
|
||||
# Expose the port the app runs on
|
||||
EXPOSE 3044
|
||||
|
||||
# Set the DEBUG environment variable
|
||||
ENV DEBUG=app
|
||||
|
||||
# Command to run the application
|
||||
CMD ["node", "server.js"]
|
||||
Reference in New Issue
Block a user