mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-22 03:13:06 +00:00
sec remove fixed seed
This commit is contained in:
parent
82b196e520
commit
5b71e1cf6b
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ FROM python:3.7-alpine
|
|||
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
ENV DJANGO_SETTINGS_MODULE 'config.docker-compose'
|
||||
ENV PYTHONHASHSEED 'random'
|
||||
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
|
|
Loading…
Reference in a new issue