Open
Conversation
Collaborator
Davane
commented
Dec 7, 2023
- This has changes that are needed for the dockerizing of the frontier CLI.
- Added hot reloading feature.
- Bugfixes and Improvements with templating.
added 8 commits
December 1, 2023 10:09
… failures when app starts up for the first time
7 tasks
andre-vidal
requested changes
Feb 12, 2024
| ``` | ||
|
|
||
| By default, the project applies database migrations on startup. If you want disable this behaviour, you can set appsettings.Local.json | ||
| By default, the project will NOT applies database migrations on startup. If you want enable this behaviour, you can set appsettings.Local.json |
| ``` | ||
|
|
||
| By default, the project applies database migrations on startup. If you want disable this behaviour, you can set appsettings.Local.json | ||
| By default, the project will NOT applies database migrations on startup. If you want enable this behaviour, you can set appsettings.Local.json |
| ``` | ||
|
|
||
| By default, the project applies database migrations on startup. If you want disable this behaviour, you can set appsettings.Local.json | ||
| By default, the project will NOT applies database migrations on startup. If you want enable this behaviour, you can set appsettings.Local.json |
| # Get base SDK Image from Microsoft | ||
| FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build-env | ||
| ARG Configuration=Release | ||
| ARG Configuration=Debug |
Collaborator
There was a problem hiding this comment.
Should there be two docker files? One for Debug and one for Release?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.