We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a2bdf commit 0370afaCopy full SHA for 0370afa
client/docker/Dockerfile
@@ -1,4 +1,4 @@
1
FROM ghcr.io/openconext/openconext-basecontainers/apache2:latest
2
-ADD ./public/ /var/www/
+ADD ./dist/ /var/www/
3
RUN rm -rf /etc/apache2/sites-enabled/*.conf
4
COPY ./docker/appconf.conf /etc/apache2/sites-enabled/
0 commit comments