Skip to content

Commit

Permalink
eb-app-api, refactor: adm.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
emrahcom committed Mar 2, 2024
1 parent 03b252b commit 908fdcc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions machines/eb-app-api/adm.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
FROM denoland/deno
LABEL version="v20231112"

WORKDIR /app

COPY home/api/galaxy /app
RUN deno cache /app/index-adm.ts
RUN deno cache /app/index-pri.ts
RUN deno cache /app/index-pub.ts

USER deno
EXPOSE 8000
Expand Down

0 comments on commit 908fdcc

Please sign in to comment.