reorg to make better use of volumes

This commit is contained in:
jsl12
2022-01-28 00:22:33 -06:00
parent be3097ee8c
commit e7aa6b062c
11 changed files with 13 additions and 8 deletions

View File

@@ -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" ]