Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for a Dockerfile #27

Closed
ccheetham opened this issue May 8, 2021 · 1 comment
Closed

Add support for a Dockerfile #27

ccheetham opened this issue May 8, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ccheetham
Copy link
Contributor

Sample invocation:

$ dotnew new stwebapi --dockerfile
@ccheetham ccheetham added the enhancement New feature or request label May 8, 2021
@ccheetham ccheetham self-assigned this May 8, 2021
ccheetham added a commit that referenced this issue May 10, 2021
If option --docker specified, include a Dockerfile that can run project.
@ccheetham
Copy link
Contributor Author

After some more thought, a more general option for Docker support seems more appropriate. Initially Docker support will be a Dockerfile. Future enhancements could include a docker-compose.yaml that starts a backend service such as a database.

Updated sample invocation:

$ dotnew new stwebapi --docker

@jkonicki jkonicki closed this as completed Jun 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants