mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Docker Error #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @niraj1234567890 on GitHub (Oct 1, 2020).
getting below error while I am trying to run only backend database service with the help of docker-compose.yml.
I have made few necessary changes to the Dockerfile to remove commands related to the front end.
'darwin-x64' binaries cannot be used on the 'linuxmusl-x64' platform. Please remove the 'node_modules/sharp' directory and run 'npm install' on the 'linuxmusl-x64' platform.
Thanks in advance.
@meltyshev commented on GitHub (Oct 2, 2020):
Hi! It looks like the node_modules folder also copied to the container. Maybe you missed the .dockerignore file?
@niraj1234567890 commented on GitHub (Oct 2, 2020):
damnn...it was a silly silly mistake.
Thanks a lot for saving my time.