get bin as well for script
This commit is contained in:
parent
e7b5c5ee6a
commit
e889053d9f
|
@ -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"]
|
||||
|
|
Loading…
Reference in New Issue