Added Docker information
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
# production stage
|
||||
FROM nginx:stable-alpine as production-stage
|
||||
WORKDIR /app
|
||||
COPY iframe_api_v2.html /app/iframe_api_v2.html
|
||||
COPY libs /app/libs
|
||||
COPY nginx.conf /etc/nginx/nginx.conf
|
||||
EXPOSE 80
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
Reference in New Issue
Block a user