ニジカ投稿局 https://tv.nizika.tv
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
175 B

  1. FROM nginx:alpine
  2. COPY ./support/docker/production/entrypoint.nginx.sh .
  3. RUN chmod +x entrypoint.nginx.sh
  4. EXPOSE 80 443
  5. ENTRYPOINT []
  6. CMD ["/bin/sh", "entrypoint.nginx.sh"]