This commit is contained in:
Luke Gustafson
2024-11-27 00:16:42 +00:00
parent a9e652b1c8
commit 9a4adcb389
3 changed files with 29 additions and 2 deletions

View File

@@ -20,7 +20,6 @@ FROM node:18-slim AS backend
WORKDIR /app
# Copy backend files
COPY backend/package*.json ./
RUN npm install
COPY backend/ .