Skip to content

Commit 06265c7

Browse files
authored
fixed the 'deploy failure on Railway #11 ' bug
According to the official documentation, if "..." is not provided, the Node package will not be installed. https://nixpacks.com/docs/guides/configuring-builds#install-additional-packages docs
1 parent e582736 commit 06265c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railway.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"nixpacksPlan": {
88
"phases": {
99
"setup": {
10-
"nixPkgs": ["ffmpeg"]
10+
"nixPkgs": ["...", "ffmpeg"]
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)