Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.

added Dockerfile - #65

Open
charford wants to merge 3 commits into
fzaninotto:masterfrom
charford:dockerfy
Open

added Dockerfile#65
charford wants to merge 3 commits into
fzaninotto:masterfrom
charford:dockerfy

Conversation

@charford

@charford charford commented Dec 4, 2014

Copy link
Copy Markdown

No description provided.

Comment thread Dockerfile Outdated

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

why delete the .git?

@fzaninotto

Copy link
Copy Markdown
Owner

Could you add a line about this dockerfile in the README?

Casey Harford added 2 commits December 6, 2014 15:44
…irectory to screenshot-as-a-service, and removed maintainer line.
@charford

charford commented Dec 6, 2014

Copy link
Copy Markdown
Author

@fzaninotto thanks for reviewing my pull request. I went ahead and made the requested changes, as well as added some docker info to readme.

A note about the .git directory:

The reason I remove it during the build process(Dockerfile), is because that directory is inside the docker image. It's not necessary to keep it inside of the docker image because those files will never be modified directly. Instead, you would make changes to the files in your regular git repo outside of the docker image(your local file system), and then rebuild the docker image.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants