Update Dockerfile

This commit is contained in:
2026-08-10 12:34:53 +00:00
parent e4564dbcb3
commit 65de667a47
+2
View File
@@ -20,6 +20,8 @@ FROM nginx:alpine
# Copy the built assets from the build stage into Nginx's default HTML folder
COPY --from=build /app/preview /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
# Expose standard HTTP port 80
EXPOSE 80