Skip to content

Commit

Permalink
Removing expose command from fpm dockerfile, this is not appropriate
Browse files Browse the repository at this point in the history
  • Loading branch information
Wylbur committed Jan 2, 2025
1 parent df3df80 commit b489216
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 1/fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,5 @@ RUN curl -fSL "https://github.com/backdrop/backdrop/archive/${BACKDROP_VERSION}.
# Add custom entrypoint to set BACKDROP_SETTINGS correctly
COPY docker-entrypoint.sh /entrypoint.sh

EXPOSE 80

ENTRYPOINT ["/entrypoint.sh"]
CMD ["php-fpm"]

0 comments on commit b489216

Please sign in to comment.