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
commit a28f5bb218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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"]