mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 23:33:25 +00:00
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:
@ -25,4 +25,6 @@ RUN chown -R app /home/app
|
|||||||
|
|
||||||
USER app
|
USER app
|
||||||
|
|
||||||
CMD ["/go/src/handler/handler"]
|
WORKDIR /home/app
|
||||||
|
|
||||||
|
CMD ["./handler"]
|
||||||
|
Reference in New Issue
Block a user