Date created: 2024-09-24
Go wild here
$ docker build -t your-tag-here:123 .
Where 123
is the version. If not provided, it will build as latest
.
Don't forget to build your project first ;)
Date created: 2024-09-24
$ docker build -t your-tag-here:123 .
Where 123
is the version. If not provided, it will build as latest
.
Don't forget to build your project first ;)