dockerfile #47

Merged
LucidKobold merged 2 commits from dockerfile into main 2025-06-20 16:49:47 -04:00
3 changed files with 5268 additions and 3327 deletions
Showing only changes of commit 5acc0c367f - Show all commits

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