Skip to content

Commit

Permalink
Use correct / \ syntax for file paths
Browse files Browse the repository at this point in the history
  • Loading branch information
KoalaGeo committed May 7, 2024
1 parent ce138fb commit c9ecef6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM geonetwork/gn-cloud-ogc-api-records-service:4.4.3-0

COPY customisation\application.yml ogcapiconfig/.
COPY customisation\bootstrap.yml ogcapiconfig/.
COPY customisation/application.yml ogcapiconfig/.
COPY customisation/bootstrap.yml ogcapiconfig/.

ENV SPRING_PROFILES_ACTIVE=standalone \
SPRING_DATASOURCE_URL=jdbc:postgresql://${DB_HOST}:${POSTGRES_CONTAINER_PORT}/${POSTGRES_DATABASE_NAME_V4} \
Expand Down

0 comments on commit c9ecef6

Please sign in to comment.