Commit 51c6aa35 authored by limenglei01's avatar limenglei01

fix dockerfile

parent 7e99bd32
......@@ -15,6 +15,6 @@ COPY --from=builder /app/main /app/run.sh /opt/application/
USER root
RUN chmod -R 777 /app/run.sh
RUN chmod -R 777 /opt/application/run.sh
CMD /opt/application/run.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