You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FROM schickling/beanstalkd:latest
LABEL maintainer="Johannes Schickling [email protected]"
RUN apk add --no-cache beanstalkd
ENTRYPOINT ["/usr/bin/beanstalkd -b /usr/bin"]
Above is my dockerfile,Always prompt for this error:exec: "/usr/bin/beanstalkd -b /usr/bin": stat /usr/bin/beanstalkd -b /usr/bin: no such file or directory"
The text was updated successfully, but these errors were encountered:
FROM schickling/beanstalkd:latest
LABEL maintainer="Johannes Schickling [email protected]"
RUN apk add --no-cache beanstalkd
ENTRYPOINT ["/usr/bin/beanstalkd -b /usr/bin"]
Above is my dockerfile,Always prompt for this error:exec: "/usr/bin/beanstalkd -b /usr/bin": stat /usr/bin/beanstalkd -b /usr/bin: no such file or directory"
The text was updated successfully, but these errors were encountered: