diff options
| author | Fuwn <[email protected]> | 2023-11-06 18:33:38 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-11-06 18:33:38 -0800 |
| commit | 34c7b6f9c437dc525386672af765415e7f18c358 (patch) | |
| tree | 91159bf56e84943689dbb9cc433908f1649bac6b /Dockerfile | |
| parent | refactor(list): move modules to sub-modules (diff) | |
| download | due.moe-34c7b6f9c437dc525386672af765415e7f18c358.tar.xz due.moe-34c7b6f9c437dc525386672af765415e7f18c358.zip | |
ci(docker): only copy least amount of files
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9,7 +9,9 @@ COPY package.json ./ RUN bun install -COPY ./ ./ +COPY src/ ./src +COPY static/ ./static +COPY bun.lockb due_moe_schema.sql svelte.config.js tsconfig.json vite.config.ts ./ RUN mkdir data RUN sqlite3 data/due_moe.sqlite3 < due_moe_schema.sql |