fbsamples / fbsamples/original-coast-clothing

Add an option for Deploying with Docker

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
JavaScript
Stars
231
Forks
239
PR merge metrics
No merged PRs in 30d

Description

#### Is your feature request related to a problem? Please describe.
Although the steps required to deploy the application to a remote sever are minimal, we can make it even easier for developers to run their code in production.

#### Describe the solution you'd like
Add a **Dockerfile** to the project to build images automatically. A **Dockerfile** is a text document that contains all the commands a user could call on the command line to assemble an image. Using `docker build` users can create an automated build that executes several command-line instructions in succession.

#### Documentation
- https://docs.docker.com/engine/reference/builder/
- https://devcenter.heroku.com/categories/deploying-with-docker

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.