diff --git a/Dockerfile b/Dockerfile index 6179ed2..ae311bb 100755 --- a/Dockerfile +++ b/Dockerfile @@ -59,6 +59,6 @@ EXPOSE 5000 COPY --from=build-backend /app/publish ./ # Copy in the client -COPY --from=build-frontend /src/resources/static/browser ./wwwroot/ +COPY --from=build-frontend /debug/wwwroot ./wwwroot/ ENTRYPOINT ["dotnet", "MistoxWebsite.Server.dll", "--url", "http://localhost:5000"] \ No newline at end of file