mirror of
https://github.com/casjaysdevdocker/deno
synced 2025-01-18 12: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 ./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
|
||||
|
||||
FROM scratch
|
||||
|
Loading…
x
Reference in New Issue
Block a user