Spaces:
Running
Running
Update Dockerfile
Browse files- 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
|
|
|
19 |
# RUN ls /home/coder
|
20 |
-
# ENTRYPOINT ["
|
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
|