fix(docker): correct Dockerfile WORKDIR and COPY for app context
This commit is contained in:
parent
0e16a5bf68
commit
8b793a5408
|
|
@ -9,7 +9,7 @@ WORKDIR /app
|
||||||
COPY agents/core-logic/requirements.txt .
|
COPY agents/core-logic/requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY agents/core-logic/ .
|
||||||
|
|
||||||
ENV PORT=8080
|
ENV PORT=8080
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user