dockerfile

This commit is contained in:
Lucid Kobold
2025-06-20 16:40:46 -04:00
parent 814383167c
commit 5acc0c367f
3 changed files with 5268 additions and 3327 deletions

1
.yarnrc.yml Normal file
View File

@@ -0,0 +1 @@
nodeLinker: node-modules

View File

@@ -29,7 +29,7 @@ FROM base AS runner
COPY package*.json ./
# Install only production app dependencies
#RUN yarn install
RUN yarn install
# Bundle app source
COPY . .

8592
yarn.lock

File diff suppressed because it is too large Load Diff