Skip to content

Commit

Permalink
Merge pull request #29 from Creling/master
Browse files Browse the repository at this point in the history
fix: change the EXPOSE port to ${WEB_PORT}
  • Loading branch information
HalcyonAzure authored Sep 5, 2023
2 parents 90f98e0 + fc644e9 commit d4b8342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ COPY entrypoint.sh /
WORKDIR /var/www/html/
VOLUME /var/www/html
ENV WEB_PORT 8089
EXPOSE ${WEB_PORT}
RUN chmod a+x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]
CMD ["apachectl","-D","FOREGROUND"]

0 comments on commit d4b8342

Please sign in to comment.