Update handler path

As per comment from @stefanprodan, the path for the handler
was incorrect in the run stage of the Dockerfile.

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis
2019-06-05 12:56:40 +01:00
parent 49b7c03285
commit 95d4d50e8e

View File

@ -25,4 +25,6 @@ RUN chown -R app /home/app
USER app USER app
CMD ["/go/src/handler/handler"] WORKDIR /home/app
CMD ["./handler"]