Skip to content

Commit

Permalink
Add start script execution permission in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
vasgat committed Nov 22, 2024
1 parent 7415972 commit 5366ece
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ COPY cronfile /fashionchecker/cronfile
# Copy the startup script to the container
COPY docker/start.sh /fashionchecker/start.sh

# Make the start.sh script executable
RUN chmod +x /fashionchecker/start.sh

# Expose port 80 to access the site
EXPOSE 80

Expand Down

0 comments on commit 5366ece

Please sign in to comment.