Update CHANGELOG.md
This commit is contained in:
parent
7fa0c26d80
commit
35159b3715
4 changed files with 152 additions and 226 deletions
|
@ -172,7 +172,7 @@
|
|||
buildInputs = [];
|
||||
|
||||
buildPhase = ''
|
||||
yarn run build
|
||||
yarn run build:production
|
||||
'';
|
||||
|
||||
installPhase = ''
|
||||
|
@ -214,6 +214,7 @@
|
|||
copyToRoot = pkgs.buildEnv {
|
||||
name = "image-root";
|
||||
paths = [
|
||||
bash
|
||||
dockerTools.fakeNss
|
||||
caCertificates
|
||||
caddy
|
||||
|
@ -221,12 +222,9 @@
|
|||
configs
|
||||
coreutils
|
||||
mysql80
|
||||
nodejs-18_x
|
||||
nodePackages.npm
|
||||
nodePackages.pnpm
|
||||
nodejs_18
|
||||
nodePackages.yarn
|
||||
php81WithExtensions
|
||||
postgresql_14
|
||||
];
|
||||
pathsToLink = ["/bin" "/etc"];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue