mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-01-18 18:34:21 -05:00
🗃️ modified: Dockerfile 🗃️
This commit is contained in:
parent
d9d0bb35ad
commit
41dd61abd5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user