i give up

This commit is contained in:
2024-12-08 16:49:53 +01:00
parent 6b44091522
commit c52c43fc3a
5 changed files with 10 additions and 27 deletions

View File

@@ -6,7 +6,6 @@ COPY package*.json ./
RUN npm install
# Copy the rest of the source code
COPY . .
RUN npm run build-only