Skip to content

Commit

Permalink
Fix docker path
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed Oct 24, 2024
1 parent 581716a commit acfcaaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

# copy postgis init script to docker init directory
RUN mkdir -p /docker-entrypoint-initdb.d
COPY ./docker/db/create_postgis.sql /docker-entrypoint-initdb.d/postgis.sql
COPY ./.docker/db/create_postgis.sql /docker-entrypoint-initdb.d/postgis.sql

EXPOSE $PORT

Expand Down

0 comments on commit acfcaaa

Please sign in to comment.