Spaces:
Sleeping
Sleeping
大宅康喜
commited on
Update Dockerfile
Browse files- 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"]
|