Skip to content

Add dockerfile for ApplicationService#29

Open
mi16087 wants to merge 3 commits into
svc/application-servicefrom
feature/aplication-service/dockerfile
Open

Add dockerfile for ApplicationService#29
mi16087 wants to merge 3 commits into
svc/application-servicefrom
feature/aplication-service/dockerfile

Conversation

@mi16087

@mi16087 mi16087 commented Apr 19, 2026

Copy link
Copy Markdown
Collaborator

I created Dockerfile for Application service and removed https,ssl parts so I don't have the issue with certificatse etc.
issue #14

@mi16087 mi16087 requested review from DavidT01 and irina-marko April 19, 2026 20:37
@mi16087 mi16087 added the enhancement New feature or request label Apr 19, 2026
@mi16087 mi16087 self-assigned this Apr 19, 2026
@mi16087 mi16087 linked an issue Apr 19, 2026 that may be closed by this pull request
}
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7290;http://localhost:5020"

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove https related stuff.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

"commandName": "Docker",
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {
"ASPNETCORE_HTTPS_PORTS": "8081",

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove https related stuff.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dockerfile for Application Service

2 participants