Skip to content

Commit 0370afa

Browse files
authored
Use dist folder in docker image
1 parent 97a2bdf commit 0370afa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM ghcr.io/openconext/openconext-basecontainers/apache2:latest
2-
ADD ./public/ /var/www/
2+
ADD ./dist/ /var/www/
33
RUN rm -rf /etc/apache2/sites-enabled/*.conf
44
COPY ./docker/appconf.conf /etc/apache2/sites-enabled/

0 commit comments

Comments
 (0)