elungky commited on
Commit
0f7bb64
·
1 Parent(s): 6607715

Added COPY . /app to Dockerfile to include project files

Browse files
Files changed (1) hide show
  1. 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"]