This commit is contained in:
parent
eac13fb2d3
commit
7729cae185
@ -3,4 +3,4 @@ FROM mcr.microsoft.com/dotnet/aspnet:6.0
|
|||||||
ADD dist /app
|
ADD dist /app
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
CMD NeDvachAPI
|
CMD ./NeDvachAPI
|
||||||
|
Binary file not shown.
Binary file not shown.
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
version: '3.1'
|
||||||
|
|
||||||
|
services:
|
||||||
|
dvachBackAPI:
|
||||||
|
image: dvach-back-api:latest
|
||||||
|
container_name: dvach-api
|
||||||
|
build:
|
||||||
|
context: /usr/share/2chBackAPI
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
restart: always
|
||||||
|
ports:
|
||||||
|
- "5000:80"
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,15 +0,0 @@
|
|||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
||||||
2.0
|
|
Reference in New Issue
Block a user