UNCLASSIFIED

Commit 714d2c98 authored by Brandon Sumner's avatar Brandon Sumner
Browse files

corrected mv cmd for start.sh

parent ca02eb09
Pipeline #84694 passed with stages
in 10 minutes and 26 seconds
...@@ -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 ./*
......
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