Fixed sveltekit build dir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user