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

Create Client Dockerfile #2

Closed
4 tasks
burtonr opened this issue Oct 1, 2021 · 0 comments · Fixed by #14
Closed
4 tasks

Create Client Dockerfile #2

burtonr opened this issue Oct 1, 2021 · 0 comments · Fixed by #14
Labels
DevOps Infrastructure or Operations

Comments

@burtonr
Copy link
Owner

burtonr commented Oct 1, 2021

Create a Dockerfile for the React client.

The Dockerfile should:

  • be stored in the /client directory
  • use multi-stage build
  • result in as small as possible (likely Alpine-based) image
    • only the public directory should be passed to the final image
  • not require any files not included in the repository
    • new users should be able to git clone -> docker build
@burtonr burtonr added the DevOps Infrastructure or Operations label Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DevOps Infrastructure or Operations
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant