Skip to content

Commit

Permalink
Fix env warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
boboldehampsink committed Jun 25, 2024
1 parent 8dedcb5 commit fe01406
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ FROM stage-${TARGETARCH} AS final
LABEL maintainer="Bob Olde Hampsink <[email protected]>"

# Internally, we arbitrarily use port 3000
ENV PORT 3000
ENV PORT=3000

# Locate our binaries
ENV PATH /app/.heroku/php/bin:/app/.heroku/php/sbin:/app/.heroku/node/bin/:/app/user/node_modules/.bin:/app/user/vendor/bin:/app/user/:$PATH
ENV PATH=/app/.heroku/php/bin:/app/.heroku/php/sbin:/app/.heroku/node/bin/:/app/user/node_modules/.bin:/app/user/vendor/bin:/app/user/:$PATH

# Apache Config
RUN curl --silent --location https://raw.githubusercontent.com/heroku/heroku-buildpack-php/master/support/build/_conf/apache2/httpd.conf > /app/.heroku/php/etc/apache2/httpd.conf
Expand Down

0 comments on commit fe01406

Please sign in to comment.