Skip to content

Commit

Permalink
fix(docker): fix dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Frederico Araujo <[email protected]>
  • Loading branch information
araujof committed May 27, 2022
1 parent a6acf50 commit eea8fd6
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 @@ -57,7 +57,7 @@ COPY src/executor.py .
COPY src/exporter.py .

# dependencies
COPY src/requirements.txt /tmp/build
COPY src/requirements.txt /tmp/build/requirements.txt
RUN cd /tmp/build && python3 -m pip install -r requirements.txt && rm -r /tmp/build

# environment variables
Expand Down

0 comments on commit eea8fd6

Please sign in to comment.