Skip to content

Commit

Permalink
Merge pull request #55 from MichaelZhao21/fix/dev-dockerfile
Browse files Browse the repository at this point in the history
Fix dev dockerfile build
  • Loading branch information
MichaelZhao21 authored Oct 18, 2023
2 parents 0a5fff1 + 66efcc6 commit a59baf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ WORKDIR /jury

RUN curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin

RUN go mod download
COPY server/go.mod server/go.sum ./

COPY public /public
RUN go mod download

ENV MONGODB_URI=$MONGODB_URI
ENV JURY_ADMIN_PASSWORD=$JURY_ADMIN_PASSWORD
Expand Down

0 comments on commit a59baf7

Please sign in to comment.