Skip to content

Commit e13bffc

Browse files
Merge pull request #109 from microsoft/psl-workflow-codeowners
Update WebApp.Dockerfile for Research assistant
2 parents b5eebcc + 3fd4453 commit e13bffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ResearchAssistant/App/WebApp.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ COPY ./ResearchAssistant/App/requirements.txt /usr/src/app/
2424
RUN pip install --no-cache-dir -r /usr/src/app/requirements.txt \
2525
&& rm -rf /root/.cache
2626

27-
COPY . /usr/src/app/
27+
COPY ./ResearchAssistant/App/ /usr/src/app/
2828
COPY --from=frontend /home/node/app/static /usr/src/app/static/
2929
WORKDIR /usr/src/app
3030
EXPOSE 80
31-
CMD ["uwsgi", "--http", ":80", "--wsgi-file", "app.py", "--callable", "app", "-b","32768"]
31+
CMD ["uwsgi", "--http", ":80", "--wsgi-file", "app.py", "--callable", "app", "-b","32768"]

0 commit comments

Comments
 (0)