Spaces:
Build error
Build error
Upload Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -32,7 +32,7 @@ RUN mkdir -p /.app && chmod 777 /.app
|
|
32 |
WORKDIR /.app
|
33 |
|
34 |
# Copy the entry point script
|
35 |
-
COPY
|
36 |
RUN chmod +x /entry.sh
|
37 |
|
38 |
ENTRYPOINT ["/entry.sh"]
|
|
|
32 |
WORKDIR /.app
|
33 |
|
34 |
# Copy the entry point script
|
35 |
+
COPY entry.sh /entry.sh
|
36 |
RUN chmod +x /entry.sh
|
37 |
|
38 |
ENTRYPOINT ["/entry.sh"]
|