We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0aba8 commit fa5877cCopy full SHA for fa5877c
hooks/build
@@ -1,9 +1,5 @@
1
#!/usr/bin/env bash
2
3
# Used by Docker Hub to replace the normal autobuild build script
4
-
5
-export WINE_BRANCH=stable
6
-export NO_RDP=no
7
8
-# Assume that current directory is repo root, so build script being called is not this same file
9
-bash +x build
+# Docker Hub runs this script from the repo root, so the command below runs the build script in the parent directory
+bash -x build
0 commit comments