fix exec path

This commit is contained in:
Leo Antunes 2019-02-18 14:04:41 +01:00
parent e0a2243666
commit 31ab3d456e

View file

@ -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" ]