ShawnAI commited on
Commit
19624c1
·
1 Parent(s): ef95f63

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  # production stage
2
  FROM nginx:latest as production-stage
 
3
  COPY dist /etc/nginx/html
4
  COPY conf/nginx.conf /etc/nginx/nginx.conf
5
  RUN chmod -R 777 /var/cache/nginx
 
1
  # production stage
2
  FROM nginx:latest as production-stage
3
+ RUN git clone -b Rel-18 https://github.com/jdegre/5GC_APIs /etc/nginx/html/Rel-18
4
  COPY dist /etc/nginx/html
5
  COPY conf/nginx.conf /etc/nginx/nginx.conf
6
  RUN chmod -R 777 /var/cache/nginx