Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
e54429833b |
@ -11,8 +11,8 @@ docker:
|
||||
COPY public /app/public
|
||||
COPY deno.json /app/
|
||||
|
||||
RUN deno cache --unstable src/registry.ts
|
||||
CMD [ "run", "-A", "--unstable", "/app/src/registry.ts" ]
|
||||
RUN /usr/bin/deno cache --unstable src/registry.ts
|
||||
ENTRYPOINT [ "/usr/bin/deno", "run", "-A", "--unstable", "/app/src/registry.ts" ]
|
||||
|
||||
ARG EARTHLY_TARGET_TAG
|
||||
ARG TAG=$EARTHLY_TARGET_TAG
|
||||
|
Reference in New Issue
Block a user