Skip to content

Commit

Permalink
Merge pull request #87 from vasgat/staging
Browse files Browse the repository at this point in the history
Add start script execution permission in Dockerfile
  • Loading branch information
vasgat authored Nov 22, 2024
2 parents cb3d021 + 5366ece commit c91111f
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 c91111f

Please sign in to comment.