Skip to content

Commit

Permalink
OZ-684: Fix docker build and publish GA workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett committed Sep 30, 2024
1 parent 804a497 commit 21edf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY fhir-odoo-mapper/ fhir-odoo-mapper/
RUN mvn clean package -DskipTests --no-transfer-progress --batch-mode

# Copy the built JAR file to the container
COPY fhir-odoo-app/target/fhir-odoo-app-*.jar fhir-odoo.jar
COPY /fhir-odoo-app/target/fhir-odoo-app-*.jar fhir-odoo.jar

# Expose the port the application runs on
EXPOSE 8080
Expand Down

0 comments on commit 21edf32

Please sign in to comment.