Skip to content

Commit 8b321d7

Browse files
authored
Merge pull request #141 from eosnetworkfoundation/yarkin/fix_nginx_docker
[0.7] Fix docker file to take WS_ENDPOINT
2 parents 887fe11 + 54c9450 commit 8b321d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

peripherals/proxy/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM openresty/openresty:alpine
22
ARG WRITE_ENDPOINT
33
ARG READ_ENDPOINT
44
ARG TEST_ENDPOINT
5+
ARG WS_ENDPOINT
56
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf
67
RUN sed -i "s/WRITE_ENDPOINT/${WRITE_ENDPOINT}/g" /usr/local/openresty/nginx/conf/nginx.conf
78
RUN sed -i "s/READ_ENDPOINT/${READ_ENDPOINT}/g" /usr/local/openresty/nginx/conf/nginx.conf

0 commit comments

Comments
 (0)