Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -4,6 +4,7 @@ RUN git clone -b Rel-18 https://github.com/jdegre/5GC_APIs Rel-18
|
|
| 4 |
RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs Rel-17
|
| 5 |
RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs Rel-16
|
| 6 |
RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs Rel-15
|
|
|
|
| 7 |
|
| 8 |
FROM nginxinc/nginx-unprivileged as production-stage
|
| 9 |
COPY dist /usr/local/nginx/html
|
|
|
|
| 4 |
RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs Rel-17
|
| 5 |
RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs Rel-16
|
| 6 |
RUN git clone -b Rel-17 https://github.com/jdegre/5GC_APIs Rel-15
|
| 7 |
+
RUN cat /etc/nginx/sites-enabled/default
|
| 8 |
|
| 9 |
FROM nginxinc/nginx-unprivileged as production-stage
|
| 10 |
COPY dist /usr/local/nginx/html
|