Changed Structure Of Codes
This commit is contained in:
@@ -2,11 +2,11 @@ FROM python:3.12-slim
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY requirement.txt .
|
COPY Build/requirement.txt .
|
||||||
|
|
||||||
RUN pip install -r requirement.txt
|
RUN pip install -r requirement.txt
|
||||||
|
|
||||||
COPY . .
|
COPY Build/. .
|
||||||
|
|
||||||
EXPOSE 1600
|
EXPOSE 1600
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:1600:1600
|
- 127.0.0.1:1600:1600
|
||||||
mem_limit: 128M
|
mem_limit: 128M
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: unit-selector
|
name: unit-selector
|
||||||
Reference in New Issue
Block a user