Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Oct 4, 2023
1 parent 7724103 commit 5410f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN ./scripts/install-xopera.sh

# Install vintner
#COPY --from=build /app/dist/vintner /bin/vintner
COPY /app/dist/vintner-linux-x64 /bin/vintner
COPY /dist/vintner-linux-x64 /bin/vintner
ENV OPENTOSCA_VINTNER_HOME_DIR=/vintner/data
RUN vintner setup init

Expand Down

0 comments on commit 5410f3b

Please sign in to comment.