mirror of
https://github.com/alexandernicholson/s3panoramic.git
synced 2026-03-31 09:07:11 +09:00
fix: remove non-existent import map
This commit is contained in:
parent
67d2caf0d7
commit
bc67050933
@@ -9,7 +9,7 @@ COPY deno.json .
|
||||
COPY import_map.json* .
|
||||
|
||||
# Cache dependencies
|
||||
RUN deno cache --import-map=import_map.json src/main.ts
|
||||
RUN deno cache src/main.ts
|
||||
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user