From 41ba4d5100654ab29766273129a522e2dbc0559e Mon Sep 17 00:00:00 2001 From: JBB0807 <104856796+JBB0807@users.noreply.github.com> Date: Mon, 21 Apr 2025 18:14:39 -0700 Subject: [PATCH] code change to work in Fly.io --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be88841..4adb0bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN npm run build FROM nginx:stable-alpine # Copy built React files into nginx public folder -COPY --from=build /app/dist /usr/share/nginx/html +COPY --from=build /app/build /usr/share/nginx/html # Remove default nginx config RUN rm /etc/nginx/conf.d/default.conf