Skip to content

Commit f3c3e6b

Browse files
authored
Update Dockerfile
1 parent 5c885c0 commit f3c3e6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ WORKDIR /app
2929

3030
RUN useradd -ms /bin/bash app
3131

32-
COPY --chown=app:app /build/docker-entrypoint.sh /usr/local/bin/
32+
COPY --from=builder --chown=app:app /build/docker-entrypoint.sh /usr/local/bin/
3333
COPY --from=builder --chown=app:app /build /app
3434

3535
ENV PATH="/app/.venv/bin:$PATH"

0 commit comments

Comments
 (0)