Guru-25 commited on
Commit
96b4bcf
1 Parent(s): b440670

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
  COPY config.yaml .
9
 
10
  # Make sure your entrypoint.sh is executable
11
- RUN chmod +x entrypoint.sh
12
 
13
  # Expose the necessary port
14
  EXPOSE 4000/tcp
 
8
  COPY config.yaml .
9
 
10
  # Make sure your entrypoint.sh is executable
11
+ RUN chmod +x docker/entrypoint.sh
12
 
13
  # Expose the necessary port
14
  EXPOSE 4000/tcp