Yakova commited on
Commit
44e7287
·
verified ·
1 Parent(s): f28ae2d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ RUN npm install -g http-server
36
 
37
  COPY . .
38
  # Ensure the start script has execute permissions
39
- RUN chmod +x start.sh
40
 
41
  # Expose the port your application runs on
42
  EXPOSE 7860
 
36
 
37
  COPY . .
38
  # Ensure the start script has execute permissions
39
+
40
 
41
  # Expose the port your application runs on
42
  EXPOSE 7860