Commit
·
3dc1171
1
Parent(s):
a7adf55
Ensure entrypoint.sh is copied
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -61,7 +61,7 @@ COPY --from=builder /install /usr/local/lib/python3.11/site-packages/
|
|
61 |
# fi && chmod +x /entrypoint.sh
|
62 |
|
63 |
# Entrypoint helps to switch between Gradio and Lambda mode
|
64 |
-
|
65 |
|
66 |
# Switch to the "user" user
|
67 |
USER user
|
|
|
61 |
# fi && chmod +x /entrypoint.sh
|
62 |
|
63 |
# Entrypoint helps to switch between Gradio and Lambda mode
|
64 |
+
COPY entrypoint.sh /entrypoint.sh
|
65 |
|
66 |
# Switch to the "user" user
|
67 |
USER user
|