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
B
Beast Code
beast core
base image
Commits
714d2c98
Commit
714d2c98
authored
Nov 24, 2020
by
Brandon Sumner
Browse files
corrected mv cmd for start.sh
parent
ca02eb09
Pipeline
#84694
passed with stages
in 10 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
714d2c98
...
@@ -34,7 +34,7 @@ RUN groupadd --gid $GID $GROUPNAME && \
...
@@ -34,7 +34,7 @@ RUN groupadd --gid $GID $GROUPNAME && \
chmod
755 dumb-init start.sh
&&
\
chmod
755 dumb-init start.sh
&&
\
mv
beast-core /beast-core
&&
\
mv
beast-core /beast-core
&&
\
mv
config.json /beast-core/server
&&
\
mv
config.json /beast-core/server
&&
\
mv
scripts/
start.sh /beast-core
&&
\
mv
start.sh /beast-core
&&
\
mv
dumb-init /usr/local/bin
&&
\
mv
dumb-init /usr/local/bin
&&
\
mv
LICENSE /
&&
\
mv
LICENSE /
&&
\
rm
-rf
./
*
rm
-rf
./
*
...
...
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