mirror of
https://github.com/Sheldan/gw2-tools.git
synced 2026-04-09 16:26:48 +00:00
initial commit of functioning opening tracking
This commit is contained in:
7
gw2-tools-frontend/docker/Dockerfile
Normal file
7
gw2-tools-frontend/docker/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM python:3.12.1-alpine3.19
|
||||
ADD wrapper /
|
||||
ADD python/requirements.txt requirements.txt
|
||||
RUN pip install -r requirements.txt
|
||||
ADD resources/ /python/resources
|
||||
ADD python /python
|
||||
CMD ["/run.sh"]
|
||||
Reference in New Issue
Block a user