Skip to content

Commit

Permalink
fix: entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
robot9706 committed Oct 4, 2023
1 parent d3b28ad commit 62a0cc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ COPY --from=APIBUILDER /build/dist ./dist
COPY --from=APIBUILDER /build/package.json ./
COPY --from=APIBUILDER /build/node_modules ./node_modules
COPY --from=APIBUILDER /build/prisma ./prisma
COPY ./backend/entrypoint.sh ./
COPY ./backend/lens-entrypoint.sh ./
COPY ./backend/assets/ ./assets/
COPY ./backend/proto ./proto

Expand All @@ -54,4 +54,4 @@ HEALTHCHECK --interval=30s --timeout=5s \
CMD wget -nv -t1 --spider http://localhost:1848/api/health || exit 1

# Start
ENTRYPOINT ["./entrypoint.sh"]
ENTRYPOINT ["./lens-entrypoint.sh"]
File renamed without changes.

0 comments on commit 62a0cc5

Please sign in to comment.