Skip to content

Commit

Permalink
Do copy the e2e files into the image
Browse files Browse the repository at this point in the history
They are needed for the `docker publish` action
  • Loading branch information
Hannah Bast committed Nov 18, 2024
1 parent 974ffb0 commit e17f2b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN echo "source /qlever/.bashrc" >> /qlever/.bash_profile

# Copy the binaries and the entrypoint script.
COPY --from=builder /qlever/build/*Main /qlever/
COPY --from=builder /qlever/e2e/* /qlever/e2e/
COPY docker-entrypoint.sh /qlever/
RUN sudo chmod +x /qlever/docker-entrypoint.sh

Expand Down

0 comments on commit e17f2b6

Please sign in to comment.