summaryrefslogtreecommitdiffhomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorAdam Malczewski <[email protected]>2026-04-20 15:46:50 +0900
committerAdam Malczewski <[email protected]>2026-04-20 15:46:50 +0900
commit5e7a3bd553a80cf62c17c7db4dfc48391670ce78 (patch)
treeeb28449ca3ecfd7e029ab20c53a07dc49d25abf0 /Dockerfile
parent05706ec17d5c359ba86aa9cdd7685e637b4e25ab (diff)
downloadmalcz-wordpress-theme-main.tar.gz
malcz-wordpress-theme-main.zip
dockerizeHEADmain
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..d5c9ac8
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,3 @@
+FROM alpine:3.20
+COPY . /src
+CMD ["sh", "-c", "cp -a /src/. /theme/ && echo \"Theme synced at $(date)\" && tail -f /dev/null"]