Merge pull request #1821 from al45tair/fix-1820

fix: copy the "web" directory.
This commit is contained in:
Márk Sági-Kazár
2020-10-05 17:24:51 +02:00
committed by GitHub

View File

@@ -33,7 +33,7 @@ COPY --from=0 /go/bin/dex /usr/local/bin/dex
# Import frontend assets and set the correct CWD directory so the assets
# are in the default path.
COPY web .
COPY web web
ENTRYPOINT ["dex"]