Skip to content

Commit

Permalink
Remove port 8080 that is not exposed by the Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelMwangiW committed Jul 19, 2024
1 parent d8b2c01 commit 33a723f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion runtimes/8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ COPY php.ini /etc/php/8.0/cli/conf.d/99-sail.ini
RUN chmod +x /usr/local/bin/start-container

EXPOSE 80/tcp
EXPOSE 8000

ENTRYPOINT ["start-container"]
1 change: 0 additions & 1 deletion runtimes/8.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,5 @@ COPY php.ini /etc/php/8.1/cli/conf.d/99-sail.ini
RUN chmod +x /usr/local/bin/start-container

EXPOSE 80/tcp
EXPOSE 8000

ENTRYPOINT ["start-container"]
1 change: 0 additions & 1 deletion runtimes/8.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ COPY php.ini /etc/php/8.2/cli/conf.d/99-sail.ini
RUN chmod +x /usr/local/bin/start-container

EXPOSE 80/tcp
EXPOSE 8000

ENTRYPOINT ["start-container"]
1 change: 0 additions & 1 deletion runtimes/8.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@ COPY php.ini /etc/php/8.3/cli/conf.d/99-sail.ini
RUN chmod +x /usr/local/bin/start-container

EXPOSE 80/tcp
EXPOSE 8000

ENTRYPOINT ["start-container"]

0 comments on commit 33a723f

Please sign in to comment.