We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c65198 + 681fe40 commit 877758bCopy full SHA for 877758b
docs/recipes/build/docker-image.md
@@ -126,7 +126,7 @@ COPY src/Client src/Client
126
# vite build command is run from otherwise styles will
127
# be missing from the bundle
128
COPY src/Client/tailwind.config.js .
129
-RUN dotnet fable src/Client --run npx vite build src/Client
+RUN dotnet fable src/Client -o src/Client/output --run npx vite build src/Client
130
131
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine
132
COPY --from=server-build /workspace/deploy /app
0 commit comments