Skip to content

Instantly share code, notes, and snippets.

View iepathos's full-sized avatar
🥊
Taking care of business

Glen Baker iepathos

🥊
Taking care of business
  • Headspin
  • Mountain View, CA
  • 18:58 (UTC -07:00)
  • LinkedIn in/glenbbaker
View GitHub Profile
@adtac
adtac / Dockerfile
Last active April 7, 2025 15:29
#!/usr/bin/env docker run
#!/usr/bin/env -S bash -c "docker run -p 8080:8080 -it --rm \$(docker build --progress plain -f \$0 . 2>&1 | tee /dev/stderr | grep -oP 'sha256:[0-9a-f]*')"
# syntax = docker/dockerfile:1.4.0
FROM node:20
WORKDIR /root
RUN npm install sqlite3