Weird 35 | >>> RUN true appended to custom nixpack docker output
bennykok
PROOP

a year ago

[start]
onlyIncludeFiles = ['./dist','server.ts']
runImage = 'oven/bun:1.1.43-distroless'

Im using custom nixpack seems like a werid docker command is added

35 | >>> RUN true

causing the error

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

1 Replies

a year ago

Hello,

Fun little quirk of Nixpacks, is that the runImage needs to be ubuntu based, given the build image was ubuntu based.

I'm going to have to recommend writing your own Dockerfile for bun, and just to have the up most control over your build process.

Best,
Brody


Status changed to Awaiting User Response Railway about 1 year ago


Railway
BOT

7 months ago

This thread has been marked as solved automatically due to a lack of recent activity. Please re-open this thread or create a new one if you require further assistance. Thank you!

Status changed to Solved Railway 7 months ago


Loading...