Skip to content

Commit

Permalink
Refactoring Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Nov 9, 2023
1 parent 0bd2900 commit 856bc02
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 @@ -8,6 +8,8 @@ ARG BF_VERSION
# port 80 is already exposed by the base image
EXPOSE 443

COPY ./overlay /

ENV \
# the base domain of the proxy server (will be used when SSL bindings fail)
PROXY_DOMAIN= \
Expand Down Expand Up @@ -43,8 +45,6 @@ ENV \
# the number of seconds before the maintenance page will auto-refresh
PROXY_MAINTENANCE_REFRESH_SECONDS=6

COPY ./overlay /

RUN bf-install

VOLUME [ "/ssl", "/sites" ]

0 comments on commit 856bc02

Please sign in to comment.