Skip to content

Commit

Permalink
Revert "update build to use start.sh for automation (uc-cdis#59)"
Browse files Browse the repository at this point in the history
This reverts commit e6c7543.
  • Loading branch information
Shawn O'Connor committed Dec 20, 2024
1 parent f81bf26 commit 877bff5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ RUN npm ci
COPY ./src ./src
COPY ./public ./public
COPY ./config ./config
COPY ./start.sh ./
RUN npm install @swc/core @napi-rs/magic-string && \
npm run build

Expand All @@ -28,4 +27,4 @@ COPY --from=builder /gen3/.next/static ./.next/static

USER nextjs
ENV PORT=3000
CMD bash ./start.sh
CMD ["node", "server.js"]
5 changes: 0 additions & 5 deletions start.sh

This file was deleted.

0 comments on commit 877bff5

Please sign in to comment.