Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 18802f6ef5 | |||
| 4304954bc3 |
@@ -14,6 +14,9 @@ COPY . /app
|
|||||||
# Install any needed dependencies specified in requirements.txt
|
# Install any needed dependencies specified in requirements.txt
|
||||||
RUN pip install --no-cache-dir -r 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 the Flask port
|
||||||
EXPOSE 2897
|
EXPOSE 2897
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user