mirror of
https://github.com/alexandernicholson/s3panoramic.git
synced 2026-03-31 09:07:11 +09:00
fix: simplify significantly
This commit is contained in:
parent
c6a974a676
commit
a913d53c57
@@ -4,13 +4,6 @@ FROM denoland/deno:1.46.3
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
# Copy dependency files
|
||||
COPY deno.json .
|
||||
COPY import_map.json* .
|
||||
|
||||
# Cache dependencies
|
||||
RUN deno cache src/main.ts
|
||||
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user