Lev McKinney commited on
Commit
ad6e914
1 Parent(s): caa9e5c

trying to fix dns issues

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -22,4 +22,6 @@ WORKDIR $HOME/app
22
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
23
  COPY --chown=user . $HOME/app
24
 
25
- CMD ["python", "app.py"]
 
 
 
22
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
23
  COPY --chown=user . $HOME/app
24
 
25
+ RUN ln -sf /run/systemd/resolve/resolv.conf /etc/resolv.conf
26
+
27
+ CMD ["python", "app.py"]