Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 14b369b

Browse files
committed
temp: remove entrypoint
1 parent 2b9c0ac commit 14b369b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ FROM node:20.14-alpine as build
1010

1111
# update apk repository and install build dependencies
1212
RUN apk update && apk add --no-cache --virtual .gyp \
13-
python3 \
14-
make \
15-
g++ \
16-
git
13+
python3 \
14+
make \
15+
g++ \
16+
git
1717

1818
# set workdir
1919
WORKDIR /usr/src/app
@@ -77,4 +77,4 @@ EXPOSE 5540
7777
USER node
7878

7979
# serve the application 🚀
80-
ENTRYPOINT ["./docker-entry.sh", "node", "redisinsight/api/dist/src/main"]
80+
# ENTRYPOINT ["./docker-entry.sh", "node", "redisinsight/api/dist/src/main"]

0 commit comments

Comments
 (0)