Commit 1397f1cd authored by daidekun's avatar daidekun

fixbugs

parent 03acc94c
...@@ -17,7 +17,7 @@ EXPOSE 80 ...@@ -17,7 +17,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 ./appliaction.properties /home/quant_group/project/ COPY ./application.properties /home/quant_group/project/
COPY ./docker.properties /home/quant_group/project/config/ COPY ./docker.properties /home/quant_group/project/config/
RUN chmod +x ./docker-entrypoint.sh RUN chmod +x ./docker-entrypoint.sh
......
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