Skip to content

Commit 43f4bd6

Browse files
committed
:2
Former-commit-id: b3562c3
1 parent eb5a3e6 commit 43f4bd6

File tree

4 files changed

+4
-7
lines changed

4 files changed

+4
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM sheyenrath/blazor-webassembly-filehash-fixer
1+
FROM sheyenrath/blazor-webassembly-filehash-fixer:2
22
COPY . .
33

44
RUN chmod +x ./fixer

create_how_to.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
### 1. Build
66

77
``` cmd
8+
cd src\BlazorWebAssemblyFileHashFixer
89
docker build -t sheyenrath/blazor-webassembly-filehash-fixer .
910
```
1011

@@ -23,7 +24,8 @@ docker tag sheyenrath/blazor-webassembly-filehash-fixer:latest sheyenrath/blazor
2324
### 4. Push
2425

2526
``` cmd
26-
docker push sheyenrath/blazor-webassembly-filehash-fixer
27+
docker push sheyenrath/blazor-webassembly-filehash-fixer:latest
28+
docker push sheyenrath/blazor-webassembly-filehash-fixer:2
2729
```
2830

2931

out/fixer.REMOVED.git-id

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/BlazorWebAssemblyFileHashFixer/BlazorWebAssemblyFileHashFixer.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,4 @@
66
<AssemblyName>fixer</AssemblyName>
77
</PropertyGroup>
88

9-
<!--<ItemGroup>
10-
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.9" />
11-
</ItemGroup>-->
12-
139
</Project>

0 commit comments

Comments
 (0)