We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 887fe11 + 54c9450 commit 8b321d7Copy full SHA for 8b321d7
peripherals/proxy/Dockerfile
@@ -2,6 +2,7 @@ FROM openresty/openresty:alpine
2
ARG WRITE_ENDPOINT
3
ARG READ_ENDPOINT
4
ARG TEST_ENDPOINT
5
+ARG WS_ENDPOINT
6
COPY nginx.conf /usr/local/openresty/nginx/conf/nginx.conf
7
RUN sed -i "s/WRITE_ENDPOINT/${WRITE_ENDPOINT}/g" /usr/local/openresty/nginx/conf/nginx.conf
8
RUN sed -i "s/READ_ENDPOINT/${READ_ENDPOINT}/g" /usr/local/openresty/nginx/conf/nginx.conf
0 commit comments