Skip to content

Commit

Permalink
try entrypoint again...
Browse files Browse the repository at this point in the history
  • Loading branch information
derGraph committed Aug 17, 2024
1 parent 205d1b3 commit 23aa84f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ WORKDIR /app
COPY --from=builder /app/build build/
COPY --from=builder /app/node_modules node_modules/
COPY prisma /app/prisma/
COPY entrypoint.sh /app/
COPY docker-entrypoint.sh /
COPY package.json .
EXPOSE 3000
ENV NODE_ENV=production
CMD ["echo", "hi"]

ENTRYPOINT ["/docker-entrypoint.sh"]
File renamed without changes.

0 comments on commit 23aa84f

Please sign in to comment.