Embeds #46

Merged
LucidKobold merged 5 commits from embeds into main 2025-06-20 16:37:30 -04:00
Showing only changes of commit e63a9cf369 - Show all commits

View File

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