mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-01-07 12:35:29 +03:00
12 lines
552 B
Docker
12 lines
552 B
Docker
|
##################################################################
|
||
|
##################################################################
|
||
|
##################################################################
|
||
|
# Production stage
|
||
|
##################################################################
|
||
|
##################################################################
|
||
|
##################################################################
|
||
|
FROM epicmorg/freegpt-webui:1.3.2 AS production
|
||
|
|
||
|
ENV FREEGPT_PORT=1337
|
||
|
CMD ["python3", "./endpoint.py"]
|