fix: Add git to all Dockerfiles for npm dependencies that require git repositories
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# Client Dockerfile - Vue 3 Client UI
|
||||
FROM node:20-alpine
|
||||
|
||||
# Install git for npm dependencies
|
||||
RUN apk add --no-cache git
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user