Commit b7b2c27a authored by daidekun's avatar daidekun

/opt/settings/server.properties

parent c6488707
...@@ -18,6 +18,7 @@ EXPOSE 80 ...@@ -18,6 +18,7 @@ EXPOSE 80
COPY docker-entrypoint.sh . COPY docker-entrypoint.sh .
COPY ./*.jar /home/quant_group/project/app.jar COPY ./*.jar /home/quant_group/project/app.jar
COPY ./application.properties /home/quant_group/project/ COPY ./application.properties /home/quant_group/project/
COPY ./server.properties /opt/settings/
#COPY ./config/application.properties /home/quant_group/project/config/ #COPY ./config/application.properties /home/quant_group/project/config/
RUN chmod +x ./docker-entrypoint.sh RUN chmod +x ./docker-entrypoint.sh
......
env = dev
idc = 192.168.4.154
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment