Skip to content

Commit

Permalink
move layer
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-XT committed Jan 5, 2025
1 parent a3b7eb6 commit df824e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ RUN pip install spacy==3.7.5 && \
RUN npm install -g prettier && \
playwright install-deps && \
playwright install

COPY Transcription.py /agixt/Transcription.py
RUN python /agixt/Transcription.py
COPY . .
WORKDIR /agixt
RUN python /agixt/Transcription.py
EXPOSE 7437
ENTRYPOINT ["python3", "DB.py"]

0 comments on commit df824e3

Please sign in to comment.