Skip to content

Commit

Permalink
refactor: Move PG docker files to /src/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
carlreid committed Feb 15, 2025
1 parent 419c9ef commit cd23cac
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV PGID=0
COPY --from=sm /app/publish .
COPY --from=sm /app/publish/wwwroot ./wwwroot

COPY docker-entrypoint.sh docker-ensure-initdb.sh /usr/local/bin/
COPY src/scripts/docker-entrypoint.sh src/scripts/docker-ensure-initdb.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh /usr/local/bin/docker-ensure-initdb.sh
RUN ln -sT docker-ensure-initdb.sh /usr/local/bin/docker-enforce-initdb.sh

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit cd23cac

Please sign in to comment.