Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
missed no-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Kittinger committed Aug 18, 2022
1 parent ef1c6b7 commit bf82aa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@echo off

SET mypath=%~dp0
docker build -f Dockerfile.win -t dune %mypath%
docker build --no-cache -f Dockerfile.win -t dune %mypath%

0 comments on commit bf82aa3

Please sign in to comment.