2 Commits

Author SHA1 Message Date
18802f6ef5 hotfix: update dockerfile 2024-02-19 02:32:20 -05:00
4304954bc3 hotfix: change dockerfile 2024-02-19 02:27:31 -05:00

View File

@@ -14,6 +14,9 @@ COPY . /app
# Install any needed dependencies specified in requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
# Create the directory for scoreboard data
RUN mkdir -p app/data
# Expose the Flask port
EXPOSE 2897