Skip to content

Commit

Permalink
Merge pull request #7 from lsst-sqre/tickets/DM-29432
Browse files Browse the repository at this point in the history
DM-29432: Add next.config.js to Docker image
  • Loading branch information
jonathansick authored Apr 5, 2021
2 parents 823b75d + e5bce80 commit b71c0cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ ENV NODE_ENV production
COPY --from=builder /app/public ./public
COPY --from=builder /app/.next ./.next
COPY --from=builder /app/node_modules ./node_modules
COPY --from=builder /app/devstate.js ./devstate.js
COPY --from=builder /app/next.config.js ./next.config.js
COPY --from=builder /app/squareone.config.schema.json ./squareone.config.schema.json
COPY --from=builder /app/squareone.config.yaml ./squareone.config.yaml
COPY --from=builder /app/squareone.serverconfig.schema.json ./squareone.serverconfig.schema.json
COPY --from=builder /app/squareone.serverconfig.yaml ./squareone.serverconfig.yaml
COPY --from=builder /app/package.json ./package.json

RUN addgroup -g 1001 -S nodejs
Expand Down

0 comments on commit b71c0cb

Please sign in to comment.