This commit is contained in:
Luke Gustafson
2024-11-27 00:35:17 +00:00
parent a4ed5f25d4
commit 37f817fbb4
3 changed files with 32 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ RUN npm run build
# Copy frontend build output to /app directory
WORKDIR /app
RUN mkdir -p /app/public
COPY dist /app/public
COPY /app/dist /app/public
# Setup backend
COPY backend/package*.json ./