Skip to content

Instantly share code, notes, and snippets.

View franklin-01's full-sized avatar

Franklin Cordeiro franklin-01

  • Delyzze
View GitHub Profile
@yaikohi
yaikohi / Dockerfile
Created January 30, 2024 11:48
Dockerfile template - Solidstart / Vinxi on Bun
# use the official Bun image
# see all versions at https://hub.docker.com/r/oven/bun/tags
FROM oven/bun:1 as base
WORKDIR /usr/src/app
# install dependencies into temp directory
# this will cache them and speed up future builds
FROM base AS install
RUN mkdir -p /temp/dev
COPY package.json bun.lockb /temp/dev/
@AntonFriberg
AntonFriberg / about:config
Created May 10, 2019 13:11
Fix Firefox right-click menu with i3 Window Manager
ui.context_menus.after_mouseup=true