Skip to content

Commit 111a66b

Browse files
Use new Dockerfile.
1 parent b75f0fc commit 111a66b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

building.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ java -jar structurizr-application/target/structurizr-1.0.0.war
3838
To build a Docker image, build the code first as above, then:
3939

4040
```
41-
docker build . -t structurizr
41+
docker build . -f structurizr-application/Dockerfiles/eclipse-temurin-alpine -t structurizr
4242
```
4343

4444
## Version numbers

0 commit comments

Comments
 (0)