Build fix attempt
This commit is contained in:
@ -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"]
|
Reference in New Issue
Block a user