aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-11-06 19:19:55 -0800
committerFuwn <[email protected]>2023-11-06 19:19:55 -0800
commit08bf4b88059b62c3e45b990f4384fe14833b5fd0 (patch)
treec4e158625f56b8f96fe97745efacecfd38d065c4 /Dockerfile
parentstyle(sql): align schema (diff)
downloaddue.moe-08bf4b88059b62c3e45b990f4384fe14833b5fd0.tar.xz
due.moe-08bf4b88059b62c3e45b990f4384fe14833b5fd0.zip
fix(docker): ignore includes
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 47f5a776..a5f64bbb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,9 +9,7 @@ COPY package.json ./
RUN bun install
-COPY src/ ./src
-COPY static/ ./static
-COPY bun.lockb due_moe_schema.sql svelte.config.js tsconfig.json vite.config.ts ./
+COPY ./ ./
RUN mkdir data
RUN sqlite3 data/due_moe.sqlite3 < due_moe_schema.sql