loom-spinner-cli/config/nginx/Dockerfile

5 lines
88 B
Text
Raw Normal View History

2025-04-14 02:52:39 +01:00
FROM nginx:1.23-alpine AS nginx-build
2025-04-13 20:07:48 +01:00
CMD ["nginx", "-g", "daemon off;"]
EXPOSE 80 443