mirror of
https://github.com/planetmint/planetmint.git
synced 2026-03-11 03:04:33 +00:00
Initial Migration
This commit is contained in:
12
k8s/nginx-https/container/Dockerfile
Normal file
12
k8s/nginx-https/container/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM nginx:stable
|
||||
LABEL maintainer "contact@ipdb.global"
|
||||
WORKDIR /
|
||||
RUN apt-get update \
|
||||
&& apt-get -y upgrade \
|
||||
&& apt-get autoremove \
|
||||
&& apt-get clean
|
||||
COPY nginx.conf.threescale.template /etc/nginx/nginx-threescale.conf
|
||||
COPY nginx.conf.template /etc/nginx/nginx.conf
|
||||
COPY nginx_entrypoint.bash /
|
||||
EXPOSE 80 443 27017 9986 26656
|
||||
ENTRYPOINT ["/nginx_entrypoint.bash"]
|
||||
Reference in New Issue
Block a user