Skip to content

Commit

Permalink
Update Dockerfile.server with correct file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Codycody31 committed Feb 1, 2024
1 parent 3810db0 commit 1c20d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.server
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ COPY --from=builder /app/web/dist/ /usr/local/apache2/htdocs/
# Copy the core, server, and other configuration files
COPY --from=builder /app/core/ /usr/local/core/
COPY --from=builder /app/server/ /usr/local/server/
COPY ./docker/.htaccess /usr/local/apache2/htdocs/
COPY ./docker/my-httpd.conf /usr/local/apache2/conf/
COPY ./docker/.htaccess /usr/local/apache2/htdocs/.htaccess
COPY ./docker/my-httpd.conf /usr/local/apache2/conf/httpd.conf

# Setup s6 services
COPY ./docker/apache-run /etc/services.d/apache/run
Expand Down

0 comments on commit 1c20d9e

Please sign in to comment.