Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -51,7 +51,7 @@ ENV HOME=/home/user \
|
|
| 51 |
PATH=/home/user/.local/bin:$PATH
|
| 52 |
|
| 53 |
# Copy entrypoint script
|
| 54 |
-
COPY
|
| 55 |
RUN chmod +x /app/entrypoint.sh
|
| 56 |
|
| 57 |
# Set environment variables
|
|
|
|
| 51 |
PATH=/home/user/.local/bin:$PATH
|
| 52 |
|
| 53 |
# Copy entrypoint script
|
| 54 |
+
COPY api/docker/entrypoint.sh /app/entrypoint.sh
|
| 55 |
RUN chmod +x /app/entrypoint.sh
|
| 56 |
|
| 57 |
# Set environment variables
|