Commit c1463935 authored by daidekun's avatar daidekun

fixbugs

parent a5b200e3
...@@ -13,7 +13,7 @@ RUN echo "${BUILD_NUMBER}" >> ./version.txt ...@@ -13,7 +13,7 @@ RUN echo "${BUILD_NUMBER}" >> ./version.txt
EXPOSE 80 EXPOSE 80
COPY docker-entrypoint.sh . COPY docker-entrypoint.sh .
COPY dist.tgz ./${SYSTEM_NAME}/dist.tgz COPY *.tgz ./${SYSTEM_NAME}/dist.tgz
RUN chmod +x ./docker-entrypoint.sh RUN chmod +x ./docker-entrypoint.sh
CMD ["./docker-entrypoint.sh"] CMD ["./docker-entrypoint.sh"]
\ 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