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 3c6465fCopy full SHA for 3c6465f
.github/workflows/release.yml
@@ -81,7 +81,7 @@ jobs:
81
with:
82
name: brokerbuilds
83
path: |
84
- client/public/
+ client/dist/
85
server/target/*.jar
86
retention-days: 1
87
client/docker/Dockerfile
@@ -1,4 +1,4 @@
1
FROM ghcr.io/openconext/openconext-basecontainers/apache2:latest
2
-ADD ./public/ /var/www/
+COPY ./dist/ /var/www/
3
RUN rm -rf /etc/apache2/sites-enabled/*.conf
4
COPY ./docker/appconf.conf /etc/apache2/sites-enabled/
0 commit comments