This commit is contained in:
philipcheung 2025-03-16 14:22:49 +08:00
parent d3adfa5cb2
commit 18e07d207d
1 changed files with 0 additions and 2 deletions

View File

@ -23,8 +23,6 @@ WORKDIR /app
COPY --from=build /app/dist ./dist COPY --from=build /app/dist ./dist
COPY --from=build /app/package.json ./ COPY --from=build /app/package.json ./
# Install only production dependencies
RUN npm ci --omit=dev
# Expose the port Vite uses by default # Expose the port Vite uses by default
EXPOSE 5173 EXPOSE 5173