fix dockerfile
This commit is contained in:
parent
e07e40774b
commit
31d11fe0fb
|
@ -1,7 +1,7 @@
|
|||
FROM scratch
|
||||
|
||||
COPY ./console /console
|
||||
COPY ./config/ /console/config/
|
||||
COPY ./config/ /config/
|
||||
COPY ./console.yml /console.yml
|
||||
|
||||
CMD ["/console"]
|
||||
|
|
Loading…
Reference in New Issue