autocomit

This commit is contained in:
2026-02-07 22:14:45 +01:00
parent 9266785fdb
commit f53e22ba87
5 changed files with 96 additions and 11 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ WORKDIR /app/frontend
# Copy frontend package files and install dependencies
COPY frontend/package*.json ./
RUN npm install --only=production
RUN npm install
#--only=production
# Copy frontend source and build
COPY frontend/ ./