大宅康喜 commited on
Commit
3149f53
·
unverified ·
1 Parent(s): 98b77de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -1
Dockerfile CHANGED
@@ -13,4 +13,9 @@ RUN curl -sSL https://install.python-poetry.org | python && \
13
  ln -s /opt/poetry/bin/poetry && \
14
  poetry config virtualenvs.create false
15
 
16
- WORKDIR /root/
 
 
 
 
 
 
13
  ln -s /opt/poetry/bin/poetry && \
14
  poetry config virtualenvs.create false
15
 
16
+ WORKDIR /root/work
17
+
18
+ COPY entrypoint.sh /entrypoint.sh
19
+ RUN chmod +x /entrypoint.sh
20
+
21
+ ENTRYPOINT ["/entrypoint.sh"]