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 Dockerfile and .dockerignore #116

Merged
merged 1 commit into from Nov 23, 2016
Merged

Add Dockerfile and .dockerignore #116

merged 1 commit into from Nov 23, 2016

Conversation

carlosmartinez
Copy link
Contributor

The new publishing-e2e-docker project requires each dependent project
to have a Dockerfile.

The new `publishing-e2e-docker` project requires each dependent project
to have a Dockerfile.
@carlosmartinez carlosmartinez merged commit 3e7b12f into master Nov 23, 2016
@carlosmartinez carlosmartinez deleted the dockerfile branch November 23, 2016 15:00

ADD . /go/src/github.com/alphagov/router

RUN go get github.com/tools/godep
Copy link
Member

Choose a reason for hiding this comment

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

You shouldn't need this. Godep is a tool to manage dependencies and place the correct versions in to /vendor/: it's a dev-only task, and isn't required to build the project.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks - I'll see if it works without it.

govuk-ci pushed a commit that referenced this pull request Oct 9, 2017
Add missing `require` to fix post-deployment Slack announcements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants