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
@Wingysam do you have some secret sauce on the machine where you do your docker builds? I can't get the images to build unless I make changes to the Dockerfile. The error that I am getting is:
sh: tsc: not found
I'm happy to create a PR to modify the release command if that's OK?
Yeah tsc is only in devDependencies and the Dockerfile skips them. I have no idea how that ever worked. node_modules is in the dockerignore so it couldn't be that.
Yes I would merge a PR. Otherwise, I can fix it when I work on the project next.
I'm migrating a bunch of my things to a new QNAP NAS. When pulling down the docker image for the project I get the following:
Would it be possible to add
linux/arm/v7
to the build targets?The text was updated successfully, but these errors were encountered: