Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -54,7 +54,7 @@ ENV HOME=/home/user \
|
|
54 |
PATH=/home/user/.local/bin:$PATH
|
55 |
|
56 |
# Copy application code and entrypoint
|
57 |
-
COPY --chown=user
|
58 |
RUN chmod +x /entrypoint.sh
|
59 |
|
60 |
# Set required environment variables
|
|
|
54 |
PATH=/home/user/.local/bin:$PATH
|
55 |
|
56 |
# Copy application code and entrypoint
|
57 |
+
COPY --chown=user docker/entrypoint.sh /entrypoint.sh
|
58 |
RUN chmod +x /entrypoint.sh
|
59 |
|
60 |
# Set required environment variables
|