Update Dockerfile

This commit is contained in:
Nomi Nonsense (Nonszy) 2025-07-02 16:15:55 +00:00
parent d12f6db69a
commit 42adbc5a10

View File

@ -4,7 +4,7 @@ RUN apk add --no-cache yarn
WORKDIR /app
COPY package.json yarn.lock ./
COPY package.json ./
RUN yarn install --frozen-lockfile