Winnie-Kay commited on
Commit
d17a602
·
1 Parent(s): 451a436

Rename dockerfile to Dockerfile

Browse files
Files changed (1) hide show
  1. dockerfile → Dockerfile +1 -1
dockerfile → Dockerfile RENAMED
@@ -2,7 +2,7 @@
2
  FROM python:3.9-slim
3
 
4
  #setting working directory where my app code is in.
5
- WORKDIR /app
6
 
7
  #copying requirements file from project woekdir to docker dir
8
  COPY requirements.txt .
 
2
  FROM python:3.9-slim
3
 
4
  #setting working directory where my app code is in.
5
+ WORKDIR /main
6
 
7
  #copying requirements file from project woekdir to docker dir
8
  COPY requirements.txt .