Skip to content

Commit

Permalink
ci: try to fix image smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
stevana committed Nov 19, 2024
1 parent 1edb51f commit 1b32e5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile.app
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ LABEL org.opencontainers.image.licenses=BSD-2-Clause
ARG SPEX_BIN
ARG NEW_VERSION

COPY $SPEX_BIN/spex-$NEW_VERSION-x86_64-linux /spex
COPY $SPEX_BIN/spex-demo-petstore-$NEW_VERSION-x86_64-linux /spex-demo-petstore
COPY --chmod 755 $SPEX_BIN/spex-$NEW_VERSION-x86_64-linux /spex
COPY --chmod 755 $SPEX_BIN/spex-demo-petstore-$NEW_VERSION-x86_64-linux /spex-demo-petstore

ENV PATH="/:$PATH"

ENTRYPOINT [ "/spex" ]

0 comments on commit 1b32e5c

Please sign in to comment.