mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-10-14 14:02:09 -04:00
🗃️ modified: Dockerfile 🗃️
This commit is contained in:
@@ -8,7 +8,8 @@ COPY ./bin/. /usr/local/bin/
|
|||||||
COPY ./config/. /config/
|
COPY ./config/. /config/
|
||||||
COPY ./data/. /data/
|
COPY ./data/. /data/
|
||||||
|
|
||||||
RUN /usr/local/bin/get-deno.sh && \
|
RUN chmod -Rf 755 /usr/local/bin/get-deno.sh && \
|
||||||
|
/usr/local/bin/get-deno.sh && \
|
||||||
rm -Rf /usr/local/bin/get-deno.sh
|
rm -Rf /usr/local/bin/get-deno.sh
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
Reference in New Issue
Block a user