refactor: web api key

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