Skip to content

Commit

Permalink
Merge pull request #360 from RicoSaupe/fableoutputfix
Browse files Browse the repository at this point in the history
added output parameter to docker recipe
  • Loading branch information
Larocceau authored Apr 26, 2024
2 parents 2c65198 + 681fe40 commit 877758b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/build/docker-image.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ COPY src/Client src/Client
# vite build command is run from otherwise styles will
# be missing from the bundle
COPY src/Client/tailwind.config.js .
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
FROM mcr.microsoft.com/dotnet/aspnet:8.0-alpine
COPY --from=server-build /workspace/deploy /app
Expand Down

0 comments on commit 877758b

Please sign in to comment.