Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ RUN apt-get update \
|
|
| 24 |
WORKDIR /app
|
| 25 |
|
| 26 |
# Copy project files
|
| 27 |
-
COPY
|
| 28 |
COPY requirements.txt /app/requirements.txt
|
| 29 |
COPY entrypoint.sh /app/entrypoint.sh
|
| 30 |
RUN chmod +x /app/entrypoint.sh
|
|
|
|
| 24 |
WORKDIR /app
|
| 25 |
|
| 26 |
# Copy project files
|
| 27 |
+
COPY server.py /app/server.py
|
| 28 |
COPY requirements.txt /app/requirements.txt
|
| 29 |
COPY entrypoint.sh /app/entrypoint.sh
|
| 30 |
RUN chmod +x /app/entrypoint.sh
|