Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
andresp committed Jul 2, 2022
1 parent c1c9de2 commit 2be82cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ RUN export PATH="$HOME/.cargo/bin:$PATH"
RUN python -m pip install --user -r requirements.txt

FROM python:3.10.5-slim-bullseye as build-image
WORKDIR /app
COPY --from=compile-image /app/.local /app/.local

WORKDIR /app
COPY . /app

# Switching to a non-root user, please refer to https://aka.ms/vscode-docker-python-user-rights
Expand Down

0 comments on commit 2be82cd

Please sign in to comment.