OlgaKo commited on
Commit
1516fc3
1 Parent(s): 5ad88cc

Update Dokerfile

Browse files
Files changed (1) hide show
  1. Dokerfile +0 -1
Dokerfile CHANGED
@@ -2,5 +2,4 @@ FROM python:alpine
2
  WORKDIR /app
3
  COPY _ /app
4
  RUN pip3 install -r requiremens.txt
5
- EXPOSE 5000
6
  CMD ["python3", "planer.py"]
 
2
  WORKDIR /app
3
  COPY _ /app
4
  RUN pip3 install -r requiremens.txt
 
5
  CMD ["python3", "planer.py"]