UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 21fe331d authored by Michael Uranaka's avatar Michael Uranaka
Browse files

removing print statements

parent 711a3f6c
...@@ -23,9 +23,6 @@ RUN mkdir libs && mv jars/main/* libs/ ...@@ -23,9 +23,6 @@ RUN mkdir libs && mv jars/main/* libs/
RUN mkdir process_job/libs && mv jars/process_job/* process_job/libs/ RUN mkdir process_job/libs && mv jars/process_job/* process_job/libs/
RUN mkdir send_results/libs && mv jars/send_results/* send_results/libs/ RUN mkdir send_results/libs && mv jars/send_results/* send_results/libs/
RUN rm -rf jars RUN rm -rf jars
RUN ls -la libs
RUN ls -la process_job/libs
RUN ls -la send_resutls/libs
# Set permissions and ownership # Set permissions and ownership
RUN chown -R 1000 /app RUN chown -R 1000 /app
......
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