Remade dockerfile

This commit is contained in:
Lucid Kobold
2025-06-20 17:09:37 -04:00
parent 6eab2bc59b
commit 149cbce054

View File

@@ -16,7 +16,7 @@ COPY package.json yarn.lock ./
RUN yarn install --immutable RUN yarn install --immutable
# Type check app # Type check app
RUN yarn typecheck # RUN yarn typecheck
# Bundle app source # Bundle app source
COPY . . COPY . .