Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
ab5cd6af84
commit
79ed176b61
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ RUN deno install --allow-read --allow-write --allow-env --allow-net --allow-run
|
|||
|
||||
COPY run.sh /bin/
|
||||
RUN chmod +x /bin/run.sh
|
||||
RUN touch /url && touch /temp && chmod 0777 /temp && chmod 0777 /url
|
||||
|
||||
USER deno
|
||||
CMD ["/bin/run.sh"]
|
Loading…
Reference in a new issue