mirror of
https://github.com/vx3r/wg-gen-web.git
synced 2025-09-10 12:14:28 +00:00
git-describe needs .git
This commit is contained in:
@ -8,6 +8,7 @@ WORKDIR /app
|
||||
COPY ui/package*.json ./
|
||||
RUN npm install
|
||||
COPY ui/ ./
|
||||
COPY .git .
|
||||
RUN npm run build
|
||||
|
||||
FROM alpine
|
||||
|
Reference in New Issue
Block a user