Yurii Paniv commited on
Commit
6fb0a7e
β€’
1 Parent(s): a5c7abb

Move webapp into separate folder

Browse files
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  FROM python:3.7
2
- COPY . /app
3
  WORKDIR /app
4
  RUN apt-get update
5
  RUN apt-get install -y ffmpeg
 
1
  FROM python:3.7
2
+ COPY ./webapp /app
3
  WORKDIR /app
4
  RUN apt-get update
5
  RUN apt-get install -y ffmpeg
.dockerignore β†’ webapp/.dockerignore RENAMED
File without changes
app.ini β†’ webapp/app.ini RENAMED
File without changes
client.py β†’ webapp/client.py RENAMED
File without changes
main.py β†’ webapp/main.py RENAMED
File without changes
requirements.txt β†’ webapp/requirements.txt RENAMED
File without changes
{static β†’ webapp/static}/main.js RENAMED
File without changes
{static β†’ webapp/static}/recorder.js RENAMED
File without changes
{templates β†’ webapp/templates}/hello.html RENAMED
File without changes