Skip to content

Commit

Permalink
Fixes node path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Jan 25, 2025
1 parent ad309d3 commit a6b29cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=5s --retries=3 \
# Ensure the logfile directory exists with proper permissions
#RUN mkdir -p /app/data/logs/docker && chmod -R 0755 /app/data/logs/docker

CMD ["node /app/index.js"]
CMD ["node", "./app/index.js"]

0 comments on commit a6b29cd

Please sign in to comment.