Fix docker extraCommands to copy hidden files
All checks were successful
Deploy / deploy (push) Successful in 1m36s
All checks were successful
Deploy / deploy (push) Successful in 1m36s
Same issue as installPhase - need to use /. suffix instead of /* glob to include hidden directories like .next. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -93,7 +93,7 @@ pkgs.dockerTools.buildImage {
|
|||||||
extraCommands = ''
|
extraCommands = ''
|
||||||
mkdir -p -m 1777 tmp
|
mkdir -p -m 1777 tmp
|
||||||
mkdir -p app
|
mkdir -p app
|
||||||
cp -r ${phaseflow}/* app/
|
cp -r ${phaseflow}/. app/
|
||||||
'';
|
'';
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
|
|||||||
Reference in New Issue
Block a user