Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjohnl authored Nov 8, 2023
1 parent 2662140 commit 07b7ebc
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 @@ -33,4 +33,4 @@ RUN sed -i 's/;extension=zip/extension=zip/' /etc/php81/php.ini \

HEALTHCHECK --interval=5s --timeout=3s --start-period=5s --retries=3 CMD curl --fail http://localhost:8090/ || exit 1

EXPOSE 809
EXPOSE 8090

0 comments on commit 07b7ebc

Please sign in to comment.