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

12 lines
550 B
Docker

##################################################################
##################################################################
##################################################################
# Production stage
##################################################################
##################################################################
##################################################################
FROM epicmorg/freegpt-webui:1.4 AS production
ENV FREEGPT_PORT=1337
CMD ["python3", "./endpoint.py"]