Add Dockerfile for dev environment
This commit is contained in:
5
docker/Dockerfile
Normal file
5
docker/Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM alpine
|
||||
RUN apk add go
|
||||
RUN go install github.com/kyleconroy/sqlc/cmd/sqlc@latest
|
||||
RUN go install github.com/go-task/task/v3/cmd/task@latest
|
||||
RUN apk add nodejs yarn bash
|
Reference in New Issue
Block a user