This commit is contained in:
+3
-1
@@ -77,4 +77,6 @@ COPY --from=build-backend /app/publish ./
|
||||
# Copy in the client
|
||||
COPY --from=build-frontend /debug/wwwroot ./wwwroot/
|
||||
|
||||
ENTRYPOINT ["dotnet", "Server.dll", "--url", "http://localhost:5000"]
|
||||
COPY docker-entrypoint.sh /docker-entrypoint.sh
|
||||
RUN chmod +x /docker-entrypoint.sh
|
||||
ENTRYPOINT ["/docker-entrypoint.sh"]
|
||||
Reference in New Issue
Block a user