Skip to content

Commit 6304ea4

Browse files
author
Artem
committed
remove build args
1 parent 4776fe4 commit 6304ea4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

Dockerfile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,7 @@ FROM node:18.18-alpine
4343

4444
# runtime args and environment variables
4545
ARG NODE_ENV=production
46-
ARG RI_APP_HOST
47-
ARG RI_APP_PORT=5000
48-
ARG RI_SERVER_TLS_CERT
49-
ARG RI_SERVER_TLS_KEY
5046
ARG RI_SEGMENT_WRITE_KEY
51-
ENV RI_APP_HOST=${RI_APP_HOST}
52-
ENV RI_APP_PORT=${RI_APP_PORT}
53-
ENV RI_SERVER_TLS_CERT=${RI_SERVER_TLS_CERT}
54-
ENV RI_SERVER_TLS_KEY=${RI_SERVER_TLS_KEY}
5547
ENV RI_SEGMENT_WRITE_KEY=${RI_SEGMENT_WRITE_KEY}
5648
ENV NODE_ENV=${NODE_ENV}
5749
ENV RI_SERVE_STATICS=true

0 commit comments

Comments
 (0)