mirror of
https://github.com/costela/docker-etchosts.git
synced 2025-05-11 18:05:42 +02:00
fix exec path
This commit is contained in:
parent
e0a2243666
commit
31ab3d456e
1 changed files with 2 additions and 2 deletions
|
@ -16,6 +16,6 @@ RUN go build -v
|
||||||
|
|
||||||
FROM alpine
|
FROM alpine
|
||||||
|
|
||||||
COPY --from=build /app/docker-etchosts /app
|
COPY --from=build /app/docker-etchosts /docker-etchosts
|
||||||
|
|
||||||
CMD [ "/app/docker-etchosts" ]
|
CMD [ "/docker-etchosts" ]
|
Loading…
Add table
Add a link
Reference in a new issue