Skip to content

Commit

Permalink
test5
Browse files Browse the repository at this point in the history
  • Loading branch information
StealWonders committed Aug 6, 2023
1 parent 65e3147 commit 8ddf6fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ WORKDIR /go/app/mensatt
COPY . .

RUN ls -asl
RUN git log -1
RUN pwd
RUN git log

RUN go mod download
RUN go build -o /tmp/mensatt ./cmd/mensatt/main.go
Expand Down

0 comments on commit 8ddf6fc

Please sign in to comment.