refactor: server.py

This commit is contained in:
Kevin Restaino
2024-01-08 23:48:46 -05:00
parent d703c6bf05
commit 651ed3f516
3 changed files with 14 additions and 13 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ COPY . .
# Install any needed packages specified in requirements.txt
RUN pip install --no-cache-dir -r requirements.txt
# Expose port 3333 for the Flask app
EXPOSE 3333
# Expose port 5000 for the Flask app
EXPOSE 5000
# Set the entrypoint to Python
ENTRYPOINT ["python", "sptnr.py"]