Remade dockerfile #48

Merged
LucidKobold merged 7 commits from dockerfile into main 2025-06-20 17:10:24 -04:00
Showing only changes of commit 149cbce054 - Show all commits

View File

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