Readd workdir
continuous-integration/drone/push Build is passing Details

master
René Jochum 2 years ago
parent 6f25355be0
commit 4cf94a7248
Signed by: jochum
GPG Key ID: F7D906F5E51E8E5E

@ -9,9 +9,11 @@ RUN apt-get update --allow-releaseinfo-change && \
# RUN go mod download
ENV GOPATH="/go"
VOLUME [ "/go" ]
VOLUME [ "/go", "/code" ]
COPY ./scripts /scripts
COPY ./docker-entrypoint.sh /
ENTRYPOINT [ "/docker-entrypoint.sh" ]
ENTRYPOINT [ "/docker-entrypoint.sh" ]
WORKDIR /code
Loading…
Cancel
Save