5 lines
No EOL
73 B
Docker
5 lines
No EOL
73 B
Docker
FROM nginx:1.23-alpine
|
|
|
|
CMD ["nginx", "-g", "daemon off;"]
|
|
|
|
EXPOSE 80 443 |