get bin as well for script

This commit is contained in:
burnettk 2023-01-30 17:44:15 -05:00
parent 53fc687a54
commit 9731d79ceb
1 changed files with 1 additions and 0 deletions

View File

@ -30,5 +30,6 @@ LABEL description="Software development platform for building, running, and moni
ENV PORT0=7001
COPY --from=setup /app/build /app/build
COPY --from=setup /app/bin /app/bin
ENTRYPOINT ["/app/bin/boot_server_in_docker"]