updated Dockerfile
This commit is contained in:
@@ -7,6 +7,8 @@ COPY requirements.txt ./
|
||||
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
RUN mkdir logs && touch logs/guilds.log && ln -s logs/guilds.log guilds.log
|
||||
|
||||
# Bundle app source
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user