We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hello, i'm getting this error while build ...
Rocket.Chat.Embedded.armhf/docker/rocketchat# docker build -t rc .
The command '/bin/sh -c groupadd -r rocketchat && useradd -r -g rocketchat rocketchat && mkdir -p /app/uploads && chown rocketchat.rocketchat /app/uploads VOLUME /app/uploads' returned a non-zero code: 139
so i tried manually typing one command at a time .. it works but this command hits error: VOLUME /app/uploads bash: VOLUME: command not found
The text was updated successfully, but these errors were encountered:
it might be docker version compatibility problem. @jepunband did you ever get past it?
Sorry, something went wrong.
For faster response please join our 24 x 7 Pi channel. https://open.rocket.chat/channel/raspberrypi
No branches or pull requests
hello, i'm getting this error while build ...
Rocket.Chat.Embedded.armhf/docker/rocketchat# docker build -t rc .
The command '/bin/sh -c groupadd -r rocketchat && useradd -r -g rocketchat rocketchat && mkdir -p /app/uploads && chown rocketchat.rocketchat /app/uploads VOLUME /app/uploads' returned a non-zero code: 139
so i tried manually typing one command at a time .. it works but this command hits error:
VOLUME /app/uploads
bash: VOLUME: command not found
The text was updated successfully, but these errors were encountered: