Skip to content

Commit

Permalink
fix: import requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
monotykamary committed Nov 17, 2023
1 parent 737d9a8 commit 072c476
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ FROM jetpackio/devbox:latest
WORKDIR /code
COPY devbox.json devbox.json
COPY devbox.lock devbox.lock
COPY requirements.txt requirements.txt
RUN sudo chown -R "${DEVBOX_USER}:${DEVBOX_USER}" /code


Expand Down

0 comments on commit 072c476

Please sign in to comment.