Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -57,7 +57,7 @@ ENV HOME=/home/user \
|
|
57 |
COPY --chown=user . .
|
58 |
|
59 |
# Copy entrypoint script
|
60 |
-
COPY
|
61 |
RUN chmod +x /entrypoint.sh
|
62 |
|
63 |
# Set required environment variables
|
|
|
57 |
COPY --chown=user . .
|
58 |
|
59 |
# Copy entrypoint script
|
60 |
+
COPY entrypoint.sh /entrypoint.sh
|
61 |
RUN chmod +x /entrypoint.sh
|
62 |
|
63 |
# Set required environment variables
|