mirror of
https://github.com/nprasad2077/NBA_Go.git
synced 2026-09-22 22:15:13 +00:00
5 lines
72 B
Docker
5 lines
72 B
Docker
FROM nginx:stable
|
|
COPY nginx.conf /etc/nginx/nginx.conf
|
|
EXPOSE 80 8080
|
|
|