Skip to content

Commit

Permalink
chore(devcontainer): add "Bun install" step on docker file
Browse files Browse the repository at this point in the history
Also, copy content of local git file.
  • Loading branch information
mateusfg7 authored Feb 22, 2024
1 parent 0917db9 commit 0ae9c48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM mcr.microsoft.com/devcontainers/base:ubuntu

# Install BUN
RUN curl -fsSL https://bun.sh/install | bash

#RUN curl -fsSL https://bun.sh/install | bash

#VOLUME ~/.gitconfig:/home/vscode/.gitconfig
VOLUME ~/.gitconfig:/home/vscode/.gitconfig

0 comments on commit 0ae9c48

Please sign in to comment.