Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions cmd/kueueviz/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ FROM node:25-slim AS runtime

WORKDIR /app

# Install serve for production static file serving
RUN npm install -g serve

# Copy only the built files from builder
COPY --from=builder /app/build ./build
COPY start.sh /app/start.sh
Expand Down
Loading