fix: Add git to docker image
All checks were successful
Build Docker / Build Image (push) Successful in 48s

This commit is contained in:
2025-01-28 17:33:14 +11:00
parent 2ae618c68a
commit 92f05992ab

View File

@@ -10,6 +10,7 @@ COPY . /app
# Add mount point for data volume
# VOLUME /data
RUN apk add git
ENTRYPOINT ["python3"]
CMD ["server.py"]