Skip to content

Commit

Permalink
Use dist folder in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
phavekes authored Jan 28, 2025
1 parent 97a2bdf commit 0370afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/openconext/openconext-basecontainers/apache2:latest
ADD ./public/ /var/www/
ADD ./dist/ /var/www/
RUN rm -rf /etc/apache2/sites-enabled/*.conf
COPY ./docker/appconf.conf /etc/apache2/sites-enabled/

0 comments on commit 0370afa

Please sign in to comment.