Skip to content

Commit a567b96

Browse files
committed
copy only cratey code into docker container
1 parent d234d05 commit a567b96

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ COPY requirements.txt .
99
RUN pip install --upgrade pip
1010
RUN pip install --no-cache-dir -r requirements.txt
1111

12-
COPY . .
12+
COPY cratey.py LICENSE /app/
13+
COPY app /app/app
1314

1415
RUN useradd -ms /bin/bash flaskuser
1516
RUN chown -R flaskuser:flaskuser /app

0 commit comments

Comments
 (0)