Modernizes docker-compose, add git-lfs to Dockerfile.

This commit is contained in:
2023-07-17 15:04:26 -04:00
parent 606e44f059
commit 52f5f51f50
2 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ MAINTAINER Jonathan Rosenbaum <bike@bikelover.org>
COPY . /app/BikeBike
RUN apt-get update && apt-get install -y nodejs postgresql-client vim less
RUN apt-get update && apt-get install -y nodejs postgresql-client vim less git-lfs
RUN curl -fsSL https://get.pnpm.io/install.sh | bash - && /root/.local/share/pnpm/pnpm add browserslist