sanchit-gandhi commited on
Commit
0cc1235
·
1 Parent(s): 197b1c6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -23,6 +23,7 @@ RUN mkdir $HOME/app
23
  WORKDIR $HOME/app
24
 
25
  # Copy nginx configuration
 
26
  COPY --chown=user nginx.conf /etc/nginx/sites-available/default
27
  COPY --chown=user . .
28
 
 
23
  WORKDIR $HOME/app
24
 
25
  # Copy nginx configuration
26
+ RUN sed -i "s|API_URL|${API_URL} |g" nginx.conf
27
  COPY --chown=user nginx.conf /etc/nginx/sites-available/default
28
  COPY --chown=user . .
29