Fixed sveltekit build dir

This commit is contained in:
WardPearce
2024-04-01 12:27:26 +13:00
parent 509c0bf758
commit a49eb7e326
+1 -1
View File
@@ -27,7 +27,7 @@ RUN rm /etc/nginx/conf.d/default.conf
COPY nginx.conf /etc/nginx/nginx.conf
# Copy the built Vite project from the builder stage
COPY --from=builder /app/dist /usr/share/nginx/html
COPY --from=builder /app/build /usr/share/nginx/html
# Expose the desired port
EXPOSE 80