Skip to content

Commit 6a7e413

Browse files
committed
don't use WORKDIR
1 parent 6ec9a8a commit 6a7e413

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM golang:alpine
2-
WORKDIR /app
3-
COPY . /app
2+
COPY . .
43
EXPOSE 53273
54
RUN apk add --no-cache make
65
RUN make linux

0 commit comments

Comments
 (0)