lancelotly commited on
Commit
0e86865
·
verified ·
1 Parent(s): b830019

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -15,8 +15,9 @@ RUN set -x && \
15
  echo "Asia/Shanghai" >/etc/timezone && \
16
  npm install -g nodemon ts-node
17
 
18
- COPY docker-entrypoint.sh /home/coder
 
19
  # RUN ls /home/coder
20
- # ENTRYPOINT ["docker-entrypoint.sh"]
21
 
22
  # EXPOSE 8080
 
15
  echo "Asia/Shanghai" >/etc/timezone && \
16
  npm install -g nodemon ts-node
17
 
18
+ COPY entrypoint.sh /home/coder
19
+ RUN chmod +x /home/coder/entrypoint.sh
20
  # RUN ls /home/coder
21
+ # ENTRYPOINT ["entrypoint.sh"]
22
 
23
  # EXPOSE 8080