diff options
| author | Fuwn <[email protected]> | 2023-11-06 19:19:55 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-06 19:19:55 -0800 |
| commit | 08bf4b88059b62c3e45b990f4384fe14833b5fd0 (patch) | |
| tree | c4e158625f56b8f96fe97745efacecfd38d065c4 /Dockerfile | |
| parent | style(sql): align schema (diff) | |
| download | due.moe-08bf4b88059b62c3e45b990f4384fe14833b5fd0.tar.xz due.moe-08bf4b88059b62c3e45b990f4384fe14833b5fd0.zip | |
fix(docker): ignore includes
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |