mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 22:15:13 +00:00
6 lines
135 B
Docker
6 lines
135 B
Docker
FROM nginx:stable
|
|
RUN rm -f /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
EXPOSE 80 8080
|
|
|