Skip to content

Commit df7667d

Browse files
committed
copy entrypoint into root
1 parent d1fa546 commit df7667d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ COPY --chown=app:app --from=js-stage ${FUNCTION_DIR}/dist/_astro ${FUNCTION_DIR}
8080
COPY --chown=app:app --from=build-stage ${FUNCTION_DIR}/.venv ${FUNCTION_DIR}/.venv
8181

8282
COPY --chown=app:app . ${FUNCTION_DIR}
83+
COPY ./entrypoint.sh /entrypoint.sh
8384

8485
RUN mkdir -p assets && .venv/bin/python manage.py collectstatic --noinput
8586

0 commit comments

Comments
 (0)