Skip to content

Commit

Permalink
update Docker and start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes committed Jan 2, 2025
1 parent 079afaa commit c03690e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN addgroup --system --gid 1001 nextjs && \
COPY --from=builder /gen3/config ./config
COPY --from=builder /gen3/public ./public
COPY --from=builder /gen3/.next/static ./.next/static
COPY ./start.sh ./
COPY --from=builder /gen3/start.sh ./

USER nextjs
ENV PORT=3000
Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

set -e
echo "starting server"
npm run start
next start

0 comments on commit c03690e

Please sign in to comment.