Skip to content

Commit

Permalink
Update Dockerfile to copy version.py as part of version 1.0 Docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbates committed Dec 1, 2024
1 parent 80011bb commit a09ba1f
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 @@ -5,7 +5,7 @@ RUN pip install -r requirements.txt

COPY app app
COPY rpdocker rpdocker
COPY tamari.py config.py boot.sh ./
COPY tamari.py config.py version.py boot.sh ./
RUN chmod a+x boot.sh

ENV FLASK_APP tamari.py
Expand Down

0 comments on commit a09ba1f

Please sign in to comment.