Skip to content

Commit

Permalink
fix(#213): webroot path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jumpy-Squirrel committed Dec 13, 2023
1 parent dc2fef1 commit 6a3c2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN apk add --no-cache apache2 apache2-http2 apache2-proxy \
&& mkdir -p /static-html/htdocs

COPY ./httpd-container.conf /etc/apache2/regsys.conf
COPY ./public /static-html/regsys/app
COPY ./public /static-html/reg-frontend/app

# TODO set up minimal base website under /static-html/
# (favicon, 404.html, blank white page index.html, ...)
Expand Down

0 comments on commit 6a3c2b5

Please sign in to comment.