Replies: 1 comment
-
I could run the up until line 40, if I'd changed the build command to
Now it's looking to copy src\static from build image to app image
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Salam
I got this error, when running docker build, not familiar with "bun"
=> ERROR [builder 6/6] RUN bun run build 0.3s
Dockerfile:23
21 | # Run the build script to compile the application
22 | # This will create an executable named 'myinvois-gateway' in the current WORKDIR (/app/bin)
23 | >>> RUN bun run build
24 |
25 | # Stage 2: Create the final production image
ERROR: failed to build: failed to solve: process "/bin/sh -c bun run build" did not complete successfully: exit code: 1
Beta Was this translation helpful? Give feedback.
All reactions