Tagghantering, fix #3

This commit is contained in:
2025-01-24 20:54:12 +01:00
parent eb5adae406
commit 6c72c02896
7 changed files with 177 additions and 21 deletions

View File

@@ -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"]