Skip to content

Commit

Permalink
Add Buildvana configuration file in image
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeago committed Apr 14, 2024
1 parent dddfb7e commit 9492fe2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ RUN curl --location --output /usr/local/bin/release-cli "https://gitlab.com/api/
COPY --chmod=755 opt /opt/
ENV PATH $PATH:/opt/bin

# Copy Buildvana configuration
COPY --chmod=755 etc /etc/

# ----------------------------------------------------------------------------
# WINE CONFIGURATION FOR ROOT
#
Expand Down
7 changes: 7 additions & 0 deletions docker/etc/buildvana/Buildvana.Sdk.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<Project>

<PropertyGroup>
<WineExecutionScript>/opt/bin/wine-run</WineExecutionScript>
</PropertyGroup>

</Project>

0 comments on commit 9492fe2

Please sign in to comment.