Build fix attempt

This commit is contained in:
2025-02-07 01:48:42 +01:00
parent cf3b274cd3
commit 4ace8c1e84
4 changed files with 9 additions and 5 deletions

View File

@ -26,8 +26,8 @@ RUN npm run build
EXPOSE 80 6379 3306
# Copy and make the startup script executable
COPY docker-start.sh /usr/src/start.sh
RUN chmod +x /usr/src/start.sh
COPY docker-start.sh /usr/src/dist/start.sh
RUN chmod +x /usr/src/dist/start.sh
# Use the shell script as the entry point
CMD ["/usr/src/start.sh"]
CMD ["/usr/src/dist/start.sh"]