Files
SolTube/support/docker/production/Dockerfile.nginx
ShreejitPanchal 6601501eff Init commit
2026-05-19 19:56:02 +08:00

7 lines
188 B
Nginx Configuration File

FROM nginx:alpine
COPY ./support/docker/production/entrypoint.nginx.sh /docker-entrypoint.d/99-entrypoint.nginx.sh
RUN chmod +x /docker-entrypoint.d/99-entrypoint.nginx.sh
EXPOSE 80 443