Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Corrected Dockerfile to operate on v2 of the script
  • Loading branch information
theRealBassist authored Apr 11, 2024
1 parent c74a1d3 commit 81e518f
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 @@ -3,4 +3,4 @@ FROM python:3.11
ADD MetadataToUTM.py .
RUN pip install natsort GPSPhoto tablib

CMD {"python", "MetadataToUTM.py"}
CMD {"python", "MetadataToUTMv2.py"}

0 comments on commit 81e518f

Please sign in to comment.