This commit is contained in:
Luke Gustafson
2024-11-27 00:32:52 +00:00
parent a2591b37c8
commit a4ed5f25d4
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 /app/frontend/dist /app/public
COPY dist /app/public
# Setup backend
COPY backend/package*.json ./