mirror of
https://github.com/wahyd4/badger.git
synced 2026-08-09 05:15:58 +10:00
Fix frontend build
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ WORKDIR /app
|
||||
COPY . /app
|
||||
|
||||
RUN apk update \
|
||||
&& apk add --no-cache git python make\
|
||||
&& apk add --no-cache git python alpine-sdk\
|
||||
&& npm ci \
|
||||
&& npm run generate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user