smgc commited on
Commit
95ae418
1 Parent(s): fe4e570

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,6 +28,6 @@ COPY entrypoint.sh /
28
  EXPOSE 3000
29
 
30
  USER root
31
-
32
  # set command/entrypoint, adapt to fit your needs
33
  ENTRYPOINT sh /entrypoint.sh
 
28
  EXPOSE 3000
29
 
30
  USER root
31
+ RUN chmod 777 -R /etc/init.d
32
  # set command/entrypoint, adapt to fit your needs
33
  ENTRYPOINT sh /entrypoint.sh