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 c9ba02a commit 7013299Copy full SHA for 7013299
build.py
@@ -30,6 +30,7 @@ def build_image():
30
# For dockerfile temporarily switch folders
31
oldpwd = os.getcwd()
32
os.chdir(SCRIPT_FOLDER)
33
+ run_with_stdout("docker image rm --force cpp-env:1.0")
34
if run_with_stdout("docker image build . "
35
"--file app/Dockerfile.build --tag cpp-env:1.0") != 0:
36
print("Docker build failed.")
0 commit comments