Skip to content

Commit

Permalink
Merge pull request #71 from accelist/bugfixes/dockerfile/copy-appsett…
Browse files Browse the repository at this point in the history
…ings

Fixed Missing Copy appsettings.json Command
  • Loading branch information
ryanelian authored Jun 28, 2023
2 parents 01654cb + fbd8c28 commit 73d2c91
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 73d2c91

Please sign in to comment.