Skip to content

Commit

Permalink
#32: fix error in docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
tlamonthezie committed Jul 23, 2024
1 parent 975cd0f commit c032dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/docker/build-and-test.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ COPY . /opt/src/vt-tv
RUN mkdir -p /opt/build/vt-tv

# Build
FROM base AS build
RUN /opt/src/vt-tv/ci/build.sh

# Unit tests
Expand Down

0 comments on commit c032dc3

Please sign in to comment.