Skip to content

Commit

Permalink
fix: add all files to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
j75689 committed Oct 18, 2023
1 parent 345746f commit 889a57c
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 @@ -7,7 +7,7 @@ ENV PYTHONUSERBASE=/python-deps
ENV PATH="${PATH}:${PYTHONUSERBASE}/bin"

WORKDIR /app
COPY requirements.txt ./
COPY . ./

RUN set ex \
&& buildDeps=" \
Expand Down

0 comments on commit 889a57c

Please sign in to comment.