reorg to make better use of volumes
This commit is contained in:
@@ -11,7 +11,6 @@ RUN pip install nextcord
|
||||
|
||||
RUN pip install beautifulsoup4 requests lxml
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY ./ ./
|
||||
WORKDIR /usr/app/src
|
||||
|
||||
CMD [ "python", "main.py" ]
|
||||
|
||||
Reference in New Issue
Block a user