fix: Add git to docker image
All checks were successful
Build Docker / Build Image (push) Successful in 48s
All checks were successful
Build Docker / Build Image (push) Successful in 48s
This commit is contained in:
parent
2ae618c68a
commit
92f05992ab
@ -10,6 +10,7 @@ COPY . /app
|
|||||||
|
|
||||||
# Add mount point for data volume
|
# Add mount point for data volume
|
||||||
# VOLUME /data
|
# VOLUME /data
|
||||||
|
RUN apk add git
|
||||||
|
|
||||||
ENTRYPOINT ["python3"]
|
ENTRYPOINT ["python3"]
|
||||||
CMD ["server.py"]
|
CMD ["server.py"]
|
||||||
|
Loading…
Reference in New Issue
Block a user