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

Fix Docker image build #24

Closed
wants to merge 2 commits into from
Closed

Fix Docker image build #24

wants to merge 2 commits into from

Commits on Jul 14, 2020

  1. Fix Docker image build

    The Dockerfile provided here uses multistage builds or builder pattern to create the image.
    
    Fixes #23
    0xd3e committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    d731dc2 View commit details
    Browse the repository at this point in the history
  2. Add postgres-client to Docker image

    Importing the data requires psql.
    0xd3e committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    a814959 View commit details
    Browse the repository at this point in the history