We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d234d05 commit a567b96Copy full SHA for a567b96
1 file changed
Dockerfile
@@ -9,7 +9,8 @@ COPY requirements.txt .
9
RUN pip install --upgrade pip
10
RUN pip install --no-cache-dir -r requirements.txt
11
12
-COPY . .
+COPY cratey.py LICENSE /app/
13
+COPY app /app/app
14
15
RUN useradd -ms /bin/bash flaskuser
16
RUN chown -R flaskuser:flaskuser /app
0 commit comments