1
0
mirror of https://github.com/amir20/dozzle.git synced 2026-01-01 10:37:26 +01:00

Fixes comment

This commit is contained in:
Amir Raminfar
2022-09-22 11:15:43 -07:00
parent 7aa7f42c52
commit 88844c895c

View File

@@ -19,7 +19,7 @@ COPY .* vite.config.ts index.html ./
COPY assets ./assets
COPY locales ./locales
# Install dependencies
# Build assets
RUN pnpm build
FROM --platform=$BUILDPLATFORM golang:1.19.1-alpine AS builder