nix based image

This commit is contained in:
Amber H. Brown 2019-06-24 08:26:12 +10:00
parent 5e7abc1d8e
commit 436decd055

View file

@ -49,4 +49,4 @@ VOLUME ["/data"]
EXPOSE 8008/tcp 8009/tcp 8448/tcp
CMD ["python3", "/start.py"]
CMD ["/nix/var/nix/profiles/default/bin/python3", "/start.py"]