This commit is contained in:
Jan Bader 2024-01-29 22:24:40 +01:00
parent cfe8599ed0
commit 907be875c8
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
build/ build/
.git/
docker/ docker/
docker-compose.yml docker-compose.yml
README.md README.md

View File

@ -1,6 +1,6 @@
FROM nixos/nix FROM nixos/nix
ENV PATH="/root/.yarn/bin/:${PATH}" ENV PATH="/root/.yarn/bin/:${PATH}"
RUN nix-env --install go go-task sqlc nodejs yarn RUN nix-env --install go go-task sqlc nodejs yarn git
ADD web/package.json web/yarn.lock /src/web/ ADD web/package.json web/yarn.lock /src/web/
WORKDIR /src/web WORKDIR /src/web
RUN yarn RUN yarn