File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ RUN mvn clean install -DskipTests --no-transfer-progress
1111# Beacon Network 2.0 image
1212FROM quay.io/wildfly/wildfly:39.0.0.Final-jdk17
1313
14- # add PostgreSQL java driver and latest Yasson snapshot
14+ # add PostgreSQL java driver
1515COPY ./docker/wildfly/modules/postgresql $JBOSS_HOME/modules/system/layers/base/org/postgresql/
1616
1717RUN /bin/sh -c 'echo -e "embed-server --std-out=echo\n \
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ services:
2121 networks :
2222 - beacon-network
2323 wildfly :
24- image : ghcr.io/elixir-europe/beacon-network-backend-snapshot :latest
24+ image : ghcr.io/elixir-europe/beacon-network-backend:latest
2525 container_name : " wildfly-beacon-network"
2626 depends_on :
2727 - postgres
You can’t perform that action at this time.
0 commit comments