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