Skip to content

Commit

Permalink
dockerfile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuzina committed Jan 13, 2024
1 parent 5e0ae4e commit 635e343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-local
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.9.18-slim-bullseye
WORKDIR /gpxvis

# Copy the dependencies file to the working directory
COPY src/ /gpxvis/
COPY src/ ./

# Install any dependencies
RUN pip3 install -r requirements.txt
Expand Down

0 comments on commit 635e343

Please sign in to comment.