mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-27 07:31:46 +01:00
Uses yarn to build
This commit is contained in:
@@ -13,7 +13,7 @@ RUN yarn
|
||||
COPY assets ./assets
|
||||
|
||||
# Do the build
|
||||
RUN npm run build
|
||||
RUN yarn build
|
||||
|
||||
|
||||
FROM golang:1.14-alpine AS builder
|
||||
|
||||
Reference in New Issue
Block a user