Skip to content

Commit

Permalink
Move docker-entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
markwaddle committed Sep 30, 2024
1 parent 7446e0b commit 977b7c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion workbench-service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY ./workbench-service/alembic.ini /workbench-service/alembic.ini
COPY ./workbench-service/migrations /workbench-service/migrations

# entrypoint script
COPY ./workbench-service/scripts/docker-entrypoint.sh /scripts/docker-entrypoint.sh
COPY ./tools/docker/docker-entrypoint.sh /scripts/docker-entrypoint.sh
RUN chmod +x /scripts/docker-entrypoint.sh

WORKDIR /workbench-service
Expand Down

0 comments on commit 977b7c7

Please sign in to comment.