Skip to content

Commit

Permalink
Fixed missing copy appsettings.json command
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieantono authored Jun 27, 2023
1 parent 01654cb commit fbd8c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN npm run build
# Production image
FROM base AS app
COPY --from=build /app/next.config.js /app/next.config.js
COPY --from=build /app/appsettings.js /app/appsettings.js
COPY --from=build /app/public /app/public
COPY --from=build /app/.next /app/.next
ENV NODE_ENV production
Expand Down

0 comments on commit fbd8c28

Please sign in to comment.