"examples/trials/git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "bc9eab33642f6d059092c5f19d0a21bd11e06992"
Unverified Commit b2fae064 authored by Timothy Jaeryang Baek's avatar Timothy Jaeryang Baek Committed by GitHub
Browse files

Merge pull request #558 from peperunas/patch-1

fix: use bash when starting the Dockerfile's entrypoint script (as th…
parents b5c10ff1 09534dad
...@@ -53,4 +53,4 @@ COPY --from=build /app/build /app/build ...@@ -53,4 +53,4 @@ COPY --from=build /app/build /app/build
# copy backend files # copy backend files
COPY ./backend . COPY ./backend .
CMD [ "sh", "start.sh" ] CMD [ "bash", "start.sh"]
\ No newline at end of file
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