Skip to content

Commit

Permalink
Merge pull request #29 from Codycody31/vmg-dev-docker
Browse files Browse the repository at this point in the history
Update ENTRYPOINT path in Dockerfile
  • Loading branch information
Vahn Gomes authored Jul 21, 2023
2 parents 382ad12 + 84b4c92 commit 2557430
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 @@ -142,5 +142,5 @@ COPY docker/entrypoint.sh \
# Make scripts executable
RUN chmod +x /usr/local/bin/entrypoint.sh /usr/local/bin/cron.sh /usr/local/bin/queue.sh

ENTRYPOINT ["entrypoint.sh"]
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
CMD ["apache2-foreground"]

0 comments on commit 2557430

Please sign in to comment.