mirror of
https://github.com/Py-KMS-Organization/py-kms.git
synced 2025-06-01 15:58:25 -04:00
Fix folders for docker (#33)
* fix folder pointers * fix folder again * also fix py file names.
This commit is contained in:
parent
413cbfa7fd
commit
236845f4c0
2 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue