John Bampton
2023-05-06 01:40:13 +10:00
parent 9b4046f479
commit d63115a0f1
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -6,11 +6,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y python3-pip she
WORKDIR /app
COPY Gemfile .
COPY Gemfile.lock .
COPY .pre-commit-config.yaml .
COPY Gemfile Gemfile.lock .pre-commit-config.yaml ./
RUN bundle install && pip3 install pre-commit && git init . && pre-commit install-hooks
+1 -1
View File
@@ -1,4 +1,4 @@
version: '3'
version: '3.8'
services:
test:
build: