docker-scripts/linux/ecosystem/freegpt-webui/endpoint/1.4/Dockerfile

12 lines
550 B
Docker
Raw Normal View History

2023-07-04 19:20:10 +03:00
##################################################################
##################################################################
##################################################################
# Production stage
##################################################################
##################################################################
##################################################################
FROM epicmorg/freegpt-webui:1.4 AS production
ENV FREEGPT_PORT=1337
CMD ["python3", "./endpoint.py"]