mirror of
https://github.com/alexandernicholson/s3panoramic.git
synced 2026-03-31 09:07:11 +09:00
fix: no need to cache
This commit is contained in:
parent
4661388d7c
commit
c6a974a676
@@ -14,9 +14,6 @@ RUN deno cache src/main.ts
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
||||
# Compile the app
|
||||
RUN deno cache src/main.ts
|
||||
|
||||
# Expose the port
|
||||
EXPOSE 3000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user