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

12 lines
552 B
Docker

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