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
a6b02795
Commit
a6b02795
authored
Feb 01, 2021
by
Michael Uranaka
Browse files
Fixing docker build
parent
c69f4949
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
Dockerfile
Dockerfile
+4
-7
No files found.
Dockerfile
View file @
a6b02795
...
@@ -9,15 +9,12 @@ WORKDIR /app
...
@@ -9,15 +9,12 @@ WORKDIR /app
COPY
./scripts /app
COPY
./scripts /app
COPY
redis-cli.tar.gz .
COPY
redis-cli.tar.gz .
# Setup libraries and node modules.
# Set workdir.
WORKDIR
/app/bundles
RUN
tar
xzf redis-cli.tar.gz
RUN
rm
redis-cli.tar.gz
RUN
mv
redis-cli /usr/local/bin/redis-cli
WORKDIR
/app
WORKDIR
/app
# Cleanup
# Setup libraries and node modules.
RUN
rm
-rf
bundles
RUN
tar
xzf redis-cli.tar.gz
&&
rm
redis-cli.tar.gz
RUN
mv
redis-cli /usr/local/bin/redis-cli
# Set permissions and ownership
# Set permissions and ownership
RUN
chown
-R
1000 /app
RUN
chown
-R
1000 /app
...
...
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