This commit is contained in:
+1
-2
@@ -62,7 +62,6 @@ RUN apt update && apt upgrade -y && \
|
||||
openssl genrsa -out private_key.pem 2048 && \
|
||||
openssl rsa -in private_key.pem -pubout -out public_key.pem
|
||||
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENV ASPNETCORE_HTTP_PORTS=5000
|
||||
@@ -80,4 +79,4 @@ COPY --from=build-backend /app/publish ./
|
||||
# Copy in the client
|
||||
COPY --from=build-frontend /debug/wwwroot ./wwwroot/
|
||||
|
||||
ENTRYPOINT ["dotnet", "MistoxWebsite.Server.dll", "--url", "http://localhost:5000"]
|
||||
ENTRYPOINT ["dotnet", "Server.dll", "--url", "http://localhost:5000"]
|
||||
Reference in New Issue
Block a user