mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-25 04:40:21 +00:00
chore: remove unnecessary volume
This commit is contained in:
parent
292d9e8da5
commit
234b612904
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ ENV PYTHONHASHSEED 'random'
|
|||
|
||||
RUN mkdir /code
|
||||
WORKDIR /code
|
||||
VOLUME /code
|
||||
|
||||
ADD requirements.txt /code/
|
||||
RUN \
|
||||
|
|
Loading…
Reference in a new issue