Skip to content
This repository was archived by the owner on Mar 10, 2023. It is now read-only.

Commit 6f45189

Browse files
Waterdripsalexellis
authored andcommitted
of-builder fix entrypoint
Signed-off-by: Alistair Hey <[email protected]>
1 parent 702f6c5 commit 6f45189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

of-builder/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ RUN mkdir -p /home/app/.aws/
4242
WORKDIR /home/app
4343

4444
COPY --from=build /usr/local/bin/docker-credential-ecr-login /usr/local/bin/
45-
COPY --from=build /go/src/github.com/openfaas/openfaas-cloud/of-builder/of-builder home/app/
45+
COPY --from=build /go/src/github.com/openfaas/openfaas-cloud/of-builder/of-builder .
4646

4747
RUN chown -R app /home/app
4848

4949
USER app
5050
EXPOSE 8080
5151
VOLUME /tmp/
5252

53-
ENTRYPOINT ["/home/app/of-builder"]
53+
ENTRYPOINT ["./of-builder"]

0 commit comments

Comments
 (0)