This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ui.context_menus.after_mouseup=true |