Update Dockerfile
Browse files- Dockerfile +0 -2
Dockerfile
CHANGED
|
@@ -16,8 +16,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
|
| 16 |
# Copy application
|
| 17 |
COPY . /workspace
|
| 18 |
|
| 19 |
-
# Nginx and supervisor configs
|
| 20 |
-
COPY nginx.conf /etc/nginx/nginx.conf
|
| 21 |
COPY supervisord.conf /workspace/supervisord.conf
|
| 22 |
COPY run.sh /workspace/run.sh
|
| 23 |
RUN chmod +x /workspace/run.sh
|
|
|
|
| 16 |
# Copy application
|
| 17 |
COPY . /workspace
|
| 18 |
|
|
|
|
|
|
|
| 19 |
COPY supervisord.conf /workspace/supervisord.conf
|
| 20 |
COPY run.sh /workspace/run.sh
|
| 21 |
RUN chmod +x /workspace/run.sh
|