set new port
This commit is contained in:
@@ -19,11 +19,11 @@ COPY client/ ./client/
|
||||
RUN mkdir -p /app/uploads
|
||||
|
||||
ENV FLET_ENTRY=client/main.py \
|
||||
APP_PORT=5000 \
|
||||
APP_PORT=5555 \
|
||||
API_BASE_URL=https://api.example.com
|
||||
|
||||
EXPOSE 5000
|
||||
EXPOSE 5555
|
||||
|
||||
HEALTHCHECK --interval=30s --timeout=5s --retries=3 CMD curl -fsS http://localhost:5000/ || exit 1
|
||||
HEALTHCHECK --interval=30s --timeout=5s --retries=3 CMD curl -fsS http://localhost:5555/ || exit 1
|
||||
|
||||
CMD ["python", "client/main.py"]
|
||||
Reference in New Issue
Block a user