aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <arzano@gentoo.org>2020-07-06 15:18:18 +0200
committerMax Magorsch <arzano@gentoo.org>2020-07-06 15:21:09 +0200
commit8bb4aa09abe7154a56eb61a705f5526b015050cf (patch)
tree224eaca4f1f9e72363987d5ec53ba6f53879bb8e /Dockerfile
parentRework the example GraphQL queries (diff)
downloadsoko-8bb4aa09abe7154a56eb61a705f5526b015050cf.tar.gz
soko-8bb4aa09abe7154a56eb61a705f5526b015050cf.tar.bz2
soko-8bb4aa09abe7154a56eb61a705f5526b015050cf.zip
Integrate information from external services
This is a major revision of the application. That is the application can display: - repology.org data - qa-reports (pkgcheck) - pull-requests - bugs - security bugs - dependencies for each package now. Apart from that a page for each maintainer (project, developer or proxied maintainer) has been added, that contains information about packages he maintains, as: - outdated packages - pull-requests - bugs - security bugs - changelog Finally the design has also been slightly altered to display all of the new information. Signed-off-by: Max Magorsch <arzano@gentoo.org>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index be77b76..77e83ca 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -17,4 +17,4 @@ COPY --from=assetsbuilder /go/src/soko/assets /go/src/soko/assets
COPY --from=builder /go/src/soko/bin /go/src/soko/bin
COPY --from=builder /go/src/soko/pkg /go/src/soko/pkg
COPY --from=builder /go/src/soko/web /go/src/soko/web
-ENTRYPOINT ["/go/src/soko/bin/soko", "serve"]
+ENTRYPOINT ["/go/src/soko/bin/soko", "--serve"]