Compare commits

..

No commits in common. "294af9c6af3f9c09d88a8b9cf0e7432a629c060e" and "850a4d63594ae268155e2669920f7fe5b345bbfd" have entirely different histories.

View file

@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
nodejs \
npm \
&& deno install --allow-scripts=npm:canvas \
&& apt-get remove -y nodejs npm \
&& rm -rf /var/lib/apt/lists/*
CMD ["deno", "run", "start"]