From 88844c895c4c3dfa1085728a75848c04b1feef7c Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Thu, 22 Sep 2022 11:15:43 -0700 Subject: [PATCH] Fixes comment --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e50da1de..8534ba2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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