0504ankitsharma commited on
Commit
2e34f41
·
verified ·
1 Parent(s): 9dfecc5

Upload Dockerfile

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