Skip to content

Dockerized template updates#33

Open
Davane wants to merge 8 commits intomainfrom
dockerized-template-upates
Open

Dockerized template updates#33
Davane wants to merge 8 commits intomainfrom
dockerized-template-upates

Conversation

@Davane
Copy link
Collaborator

@Davane Davane commented Dec 7, 2023

  1. This has changes that are needed for the dockerizing of the frontier CLI.
  2. Added hot reloading feature.
  3. Bugfixes and Improvements with templating.

Copy link
Collaborator

@andre-vidal andre-vidal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

```

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will NOT apply*

```

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will NOT apply*

```

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
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will NOT apply*

# Get base SDK Image from Microsoft
FROM mcr.microsoft.com/dotnet/sdk:7.0 AS build-env
ARG Configuration=Release
ARG Configuration=Debug
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should there be two docker files? One for Debug and one for Release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants