Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Docker fix (#39)
Browse files Browse the repository at this point in the history
* update

* update

* update

* update

* update

* update

* update

* update
  • Loading branch information
yupwei68 authored Dec 14, 2020
1 parent d814e6a commit 0b8cb4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ ENV ARM_TEST_LOCATION=${BUILD_ARM_TEST_LOCATION}
ENV ARM_TEST_LOCATION_ALT=${BUILD_ARM_TEST_LOCATION_ALT}

# Set work directory.
RUN mkdir /go
RUN mkdir /go/bin
RUN mkdir /go/src
RUN test -d /go || mkdir /go
RUN test -d /go/bin || mkdir /go/bin
RUN test -d /go/src || mkdir /go/src
RUN mkdir /go/src/${MODULE_NAME}
COPY . /go/src/${MODULE_NAME}
WORKDIR /go/src/${MODULE_NAME}
Expand Down

0 comments on commit 0b8cb4b

Please sign in to comment.