diff --git a/Dockerfile b/Dockerfile index 3e85748..c273a70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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