Skip to content

Instantly share code, notes, and snippets.

View elithecho's full-sized avatar

Elijah elithecho

  • Singapore
View GitHub Profile
@elithecho
elithecho / Dockerfile
Created October 31, 2023 23:03
Render Dockerfile deployment
# syntax = docker/dockerfile:1.2
FROM timbru31/ruby-node:3.2-slim
ENV RAILS_LOG_TO_STDOUT=true
RUN --mount=type=secret,id=_env,dst=/etc/secrets/.env cat /etc/secrets/.env
RUN corepack enable && \
corepack prepare yarn@stable --activate
@elithecho
elithecho / paperbase-pr-358-screenshot.txt
Last active August 18, 2026 02:28
Paperbase PR #358 screenshot
Screenshot for getpaperbase/paperbase#358