Skip to content

Commit

Permalink
Fix issue #5 - copy scripts into final build
Browse files Browse the repository at this point in the history
  • Loading branch information
phip123 committed Aug 28, 2020
1 parent 7b3192b commit e3b9d9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/recorder/Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ RUN python setup.py install
############
FROM base
COPY --from=builder /usr/local /usr/local
COPY --from=builder /src /src

ENTRYPOINT ["/usr/local/bin/galileo-experiment-recorder"]
1 change: 1 addition & 0 deletions docker/recorder/Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ RUN python setup.py install
############
FROM base
COPY --from=builder /usr/local /usr/local
COPY --from=builder /src /src

ENTRYPOINT ["/usr/local/bin/galileo-experiment-recorder"]

0 comments on commit e3b9d9a

Please sign in to comment.