Merge pull request #1821 from al45tair/fix-1820
fix: copy the "web" directory.
This commit is contained in:
commit
a28f5bb218
@ -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
|
# Import frontend assets and set the correct CWD directory so the assets
|
||||||
# are in the default path.
|
# are in the default path.
|
||||||
COPY web .
|
COPY web web
|
||||||
|
|
||||||
ENTRYPOINT ["dex"]
|
ENTRYPOINT ["dex"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user