Spaces:
Build error
Build error
Added COPY . /app to Dockerfile to include project files
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -11,7 +11,7 @@ WORKDIR /app
|
|
11 |
COPY . /app
|
12 |
|
13 |
# Make the start.sh script executable inside the container
|
14 |
-
RUN chmod +x /app/start.sh
|
15 |
|
16 |
# Execute the startup script when the container runs
|
17 |
-
CMD ["/app/start.sh"]
|
|
|
11 |
COPY . /app
|
12 |
|
13 |
# Make the start.sh script executable inside the container
|
14 |
+
#RUN chmod +x /app/start.sh
|
15 |
|
16 |
# Execute the startup script when the container runs
|
17 |
+
#CMD ["/app/start.sh"]
|