mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-12 19:28:21 +00:00
removed AccountManager secret generation from Dockerfile
This commit is contained in:
parent
7a55db3f21
commit
2681ab3828
@ -7,7 +7,7 @@ RUN git clone https://github.com/DarkflameUniverse/AccountManager
|
||||
WORKDIR AccountManager
|
||||
ADD docker/credentials_example.py credentials.py
|
||||
ADD docker/resources_example.py resources.py
|
||||
RUN pip3 install -r requirements.txt && echo "SECRET_KEY = r'$(openssl rand -base64 30)'" >> credentials.py
|
||||
RUN pip3 install -r requirements.txt
|
||||
|
||||
EXPOSE 5000
|
||||
HEALTHCHECK --interval=2m --timeout=3s \
|
||||
|
Loading…
Reference in New Issue
Block a user