We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
WORKDIR
1 parent 6ec9a8a commit 6a7e413Copy full SHA for 6a7e413
1 file changed
Dockerfile
@@ -1,6 +1,5 @@
1
FROM golang:alpine
2
-WORKDIR /app
3
-COPY . /app
+COPY . .
4
EXPOSE 53273
5
RUN apk add --no-cache make
6
RUN make linux
0 commit comments