forked from CopyBot/sptnr
refactor: server.py
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user