mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Update Dockerfiles and remove tmt references
This commit is contained in:
@@ -5,7 +5,7 @@ RUN apt-get update \
|
||||
&& apt-get -y upgrade \
|
||||
&& apt-get autoremove \
|
||||
&& apt-get clean
|
||||
COPY nginx.conf.tmt.template /etc/nginx/nginx.conf
|
||||
COPY nginx_tmt_entrypoint.bash /
|
||||
COPY nginx.conf.template /etc/nginx/nginx.conf
|
||||
COPY nginx_entrypoint.bash /
|
||||
EXPOSE 80 443 27017 9986 46656
|
||||
ENTRYPOINT ["/nginx_tmt_entrypoint.bash"]
|
||||
ENTRYPOINT ["/nginx_entrypoint.bash"]
|
||||
|
||||
Reference in New Issue
Block a user