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

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 . .