Skip to content

Commit

Permalink
updated typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Brecht, David committed Sep 19, 2024
1 parent 0914783 commit b7c6ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM python:3.12-slim
WORKDIR /usr/src/app

# Copy only the specified files into the container at /usr/src/app
COPY administration.py bot.py bot_statistics.py config.py commands.py structurecommands.py scheduler.py moongoo.py moongoo_commands.py market_calculations.py mongodatabase.py tasks.py requirements.txt ./
COPY administration.py bot.py bot_statistics.py config.py commands.py structurecommands.py scheduler.py moongoo.py moongoo_commands.py market_calculation.py mongodatabase.py tasks.py requirements.txt ./

# Install any needed packages specified in requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit b7c6ee1

Please sign in to comment.