This commit is contained in:
@@ -1,12 +1,3 @@
|
|||||||
####################
|
|
||||||
## Authentication ##
|
|
||||||
####################
|
|
||||||
|
|
||||||
# Random secret token for encrypting JWT contents [ Has to match web clients ]
|
|
||||||
JWT_Secret=
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
##############
|
##############
|
||||||
## Database ##
|
## Database ##
|
||||||
##############
|
##############
|
||||||
|
|||||||
+1
-2
@@ -62,7 +62,6 @@ RUN apt update && apt upgrade -y && \
|
|||||||
openssl genrsa -out private_key.pem 2048 && \
|
openssl genrsa -out private_key.pem 2048 && \
|
||||||
openssl rsa -in private_key.pem -pubout -out public_key.pem
|
openssl rsa -in private_key.pem -pubout -out public_key.pem
|
||||||
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ENV ASPNETCORE_HTTP_PORTS=5000
|
ENV ASPNETCORE_HTTP_PORTS=5000
|
||||||
@@ -80,4 +79,4 @@ COPY --from=build-backend /app/publish ./
|
|||||||
# Copy in the client
|
# Copy in the client
|
||||||
COPY --from=build-frontend /debug/wwwroot ./wwwroot/
|
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