Skip to content

Commit 3c6465f

Browse files
committed
Use dist folder in docker image
1 parent 97a2bdf commit 3c6465f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
with:
8282
name: brokerbuilds
8383
path: |
84-
client/public/
84+
client/dist/
8585
server/target/*.jar
8686
retention-days: 1
8787

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+
COPY ./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)