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

12 lines
553 B
Docker

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