mirror of
https://github.com/haskell/hackage-server.git
synced 2024-12-01 06:12:21 +03:00
1ff77b37cc
This updates the Dockerfile so that it builds directly from the source repository, which allows for easier testing of changes using docker. The Dockerfile now also sets up everything needed to run hackage-server, so that the following is enough to get an instance of hackage-server running: ``` $ docker build --tag hackage-server path/to/checkout $ docker run -it --rm hackage-server ```
13 lines
144 B
Plaintext
13 lines
144 B
Plaintext
build-cache
|
|
mirror-cache
|
|
state
|
|
dist
|
|
tags
|
|
*.swp
|
|
.cabal-sandbox
|
|
cabal.sandbox.config
|
|
TAGS
|
|
datafiles/TUF/*.json
|
|
datafiles/TUF/*.private
|
|
Dockerfile
|