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

As a developer, I would like to use Docker on the Front End #272

Open
7 tasks
esparr opened this issue Nov 13, 2023 · 0 comments
Open
7 tasks

As a developer, I would like to use Docker on the Front End #272

esparr opened this issue Nov 13, 2023 · 0 comments

Comments

@esparr
Copy link
Collaborator

esparr commented Nov 13, 2023

Dockerfile needs to be written for the front end repository.

Acceptance Criteria:

  • docker build script should be included in package.json
  • build project before building docker image
  • dockerfile should copy src files from build directory
  • running container should be accessible on the same port as when the project is running locally
  • container should make API calls to either deployed or locally running backend
  • frontend should run as close to production as possible in container
  • container should NOT install devDependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🤲 Up for Grabs
Development

No branches or pull requests

1 participant