copy folders in Dockerfile
This commit is contained in:
@@ -10,7 +10,7 @@ RUN go build -o sshserver main.go
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache ca-certificates
|
||||
RUN apk add --no-cache ca-certificates && mkdir -p /app
|
||||
|
||||
COPY --from=builder /app/sshserver /usr/local/bin/sshserver
|
||||
|
||||
|
||||
Reference in New Issue
Block a user