Fix folders for docker (#33)

* fix folder pointers

* fix folder again

* also fix py file names.
This commit is contained in:
TheDevFreak 2019-06-03 22:02:29 +01:00 committed by Matteo ℱan
parent 413cbfa7fd
commit 236845f4c0
2 changed files with 6 additions and 6 deletions

View file

@ -102,7 +102,7 @@ chmod a+x /usr/bin/start.sh && \
apk del git py3-pip
# Set Workdir
WORKDIR /home/py-kms/py3-kms
WORKDIR /home/py-kms/py-kms
# Expose ports
EXPOSE ${PORT}/tcp