Update file path for build script
This commit is contained in:
+1
-1
@@ -59,6 +59,6 @@ EXPOSE 5000
|
|||||||
COPY --from=build-backend /app/publish ./
|
COPY --from=build-backend /app/publish ./
|
||||||
|
|
||||||
# Copy in the client
|
# 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"]
|
ENTRYPOINT ["dotnet", "MistoxWebsite.Server.dll", "--url", "http://localhost:5000"]
|
||||||
Reference in New Issue
Block a user