This commit is contained in:
koalasat
2025-02-12 20:31:03 +01:00
parent 637ef8e23f
commit a3d1c462b1

View File

@ -1,7 +1,5 @@
FROM nginx:stable-alpine
COPY build /usr/share/nginx/html
EXPOSE 80
EXPOSE 443
CMD ["nginx", "-g", "daemon off;"]