docs(README 與文件草稿): 重整說明與草稿內容
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Dockerfile draft
|
||||
<!--
|
||||
Purpose: 建立 action 執行映像 / build the action runtime image
|
||||
Timestamp: 2026/07/11 17:23:33 (Asia/Taipei)
|
||||
-->
|
||||
|
||||
```dockerfile
|
||||
# FROM node:lts-alpine
|
||||
|
||||
# WORKDIR /action
|
||||
|
||||
# COPY src/ /action/src/
|
||||
# COPY entrypoint.sh /action/entrypoint.sh
|
||||
|
||||
# RUN chmod +x /action/entrypoint.sh
|
||||
|
||||
# ENTRYPOINT ["/action/entrypoint.sh"]
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user