Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/devops/devops.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Here's what your `Migrations.csproj` could look like:

Note that this is just a shell project that does not contain any classes or code. But some prefer to be able to see the migrations scripts from within the solution. The project directory will contain a folder that contains the SQL scripts for the database migrations: `src\Migrations\scripts\up`

The dockerfile for the migration project does not build anything but uses [grate](https://erikbra.github.io/grate/):
The dockerfile for the migration project does not build anything but uses [grate](https://grate-devs.github.io/grate/):

```dockerfile
FROM erikbra/grate:1.5.4 as migrations
Expand Down