UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
G
Galvanize
galvanize
java-code-evaluator
Commits
711a3f6c
Commit
711a3f6c
authored
Feb 02, 2021
by
Michael Uranaka
Browse files
fixing docker file
parent
138e5316
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Dockerfile
Dockerfile
+3
-3
No files found.
Dockerfile
View file @
711a3f6c
...
@@ -19,9 +19,9 @@ RUN mv redis-cli /usr/local/bin/redis-cli
...
@@ -19,9 +19,9 @@ RUN mv redis-cli /usr/local/bin/redis-cli
# Setup jars.
# Setup jars.
RUN
tar
xzf jars.tar.gz
&&
rm
jars.tar.gz
RUN
tar
xzf jars.tar.gz
&&
rm
jars.tar.gz
RUN
mv
jars/main/
*
libs/
RUN
mkdir
libs
&&
mv
jars/main/
*
libs/
RUN
mv
jars/process_job/
*
process_job/libs/
RUN
mkdir
process_job/libs
&&
mv
jars/process_job/
*
process_job/libs/
RUN
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
libs
RUN
ls
-la
process_job/libs
RUN
ls
-la
process_job/libs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment