Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -26,6 +26,7 @@ RUN apt-get update && \
|
|
| 26 |
# Check Node.js was installed
|
| 27 |
RUN node -v
|
| 28 |
RUN npm -v
|
|
|
|
| 29 |
#EXPOSE the port
|
| 30 |
EXPOSE 8080
|
| 31 |
|
|
|
|
| 26 |
# Check Node.js was installed
|
| 27 |
RUN node -v
|
| 28 |
RUN npm -v
|
| 29 |
+
RUN echo "nameserver 9.9.9.9" > /etc/resolv.conf
|
| 30 |
#EXPOSE the port
|
| 31 |
EXPOSE 8080
|
| 32 |
|