forked from nathanwoodburn/firewalletbrowser
fix: Add git to docker image
This commit is contained in:
@@ -10,6 +10,7 @@ COPY . /app
|
||||
|
||||
# Add mount point for data volume
|
||||
# VOLUME /data
|
||||
RUN apk add git
|
||||
|
||||
ENTRYPOINT ["python3"]
|
||||
CMD ["server.py"]
|
||||
|
||||
Reference in New Issue
Block a user