fix dockerfile

This commit is contained in:
medcl 2022-06-09 12:26:48 +08:00
parent e07e40774b
commit 31d11fe0fb
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM scratch
COPY ./console /console
COPY ./config/ /console/config/
COPY ./config/ /config/
COPY ./console.yml /console.yml
CMD ["/console"]