Skip to content
This repository was archived by the owner on Nov 1, 2025. It is now read-only.

Commit 95c51d0

Browse files
committed
update dockerfile with new makefile target and artifact location
1 parent b36df9e commit 95c51d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ RUN apt-get update -y
33
RUN apt-get install -y zip
44
RUN go get -u github.com/go-bindata/go-bindata/...
55
ADD . /src
6-
RUN cd /src && make linux
6+
RUN cd /src && make build
77

88
FROM alpine:latest
9-
COPY --from=build-env /src/build/linux/x86-64/awslambdaproxy /app/
9+
COPY --from=build-env /src/artifacts/server/linux/awslambdaproxy /app/
1010

1111
ENV AWS_ACCESS_KEY_ID=
1212
ENV AWS_SECRET_ACCESS_KEY=

0 commit comments

Comments
 (0)