edited
This commit is contained in:
@@ -23,8 +23,6 @@ WORKDIR /app
|
||||
COPY --from=build /app/dist ./dist
|
||||
COPY --from=build /app/package.json ./
|
||||
|
||||
# Install only production dependencies
|
||||
RUN npm ci --omit=dev
|
||||
|
||||
# Expose the port Vite uses by default
|
||||
EXPOSE 5173
|
||||
|
Reference in New Issue
Block a user