Abhisek Pattnaik
Abhisek Pattnaik
@Bluebugs That's throwing an error > `touch: cannot touch '/app/fyne-cross/bin/linux-amd64/MY_APP': No such file or directory`
@Bluebugs This is the full output ``` ▶ /usr/bin/docker run --rm -t -w /app -v /home/abhisek/go/src/my-app:/app:z -u 1003:1003 --entrypoint fixuid -e CGO_ENABLED=1 -e GOCACHE=/go/go-build -e CC=gcc -e CGO_LDFLAGS='-w -s' -e...
@Bluebugs But this command works fine without the `-u 1003:1003 --entrypoint fixuid` ``` /usr/bin/docker run --rm -t -w /app -v /home/abhisek/go/src/my-app:/app:z -e CGO_ENABLED=1 -e GOCACHE=/go/go-build -e CC=gcc -e CGO_LDFLAGS='-w -s'...
My docker version ```sh ▶ docker -v Docker version 20.10.22, build 3a2c30b ```
@richgilbank A save button in the UX and `CTRL+S` keybinding might go along with this.
@akshayganeshen Please review. Wherever required you can make the changes or ask me to make them. And then we can finalize for this to merge. I'm very new to these...
Meanwhile, I have the new code ready for install https://github.com/abhisekp/napi-go ```sh go get github.com/abhisekp/napi-go ```