mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-19 20:32:35 +02:00
fixing dockerfile
This commit is contained in:
parent
90487bfde6
commit
9a6a66f5a8
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ LABEL maintainer="yusing@6uo.me"
|
|||
COPY --from=builder /usr/share/zoneinfo /usr/share/zoneinfo
|
||||
|
||||
# copy binary
|
||||
COPY --from=builder /app /
|
||||
COPY --from=builder /app /app
|
||||
|
||||
# copy schema directory
|
||||
COPY schema/ /app/schema/
|
||||
|
|
Loading…
Add table
Reference in a new issue