Fix local execution of some dev tools

This commit is contained in:
Alessandro Lai
2021-04-22 16:54:19 +02:00
parent 19c7a537a7
commit 6c2ca70df3
3 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
watch: clean install build
docker-compose up -d
docker-compose up -d php node-sass
clean:
rm -rf output_dev/*

View File

@@ -19,6 +19,7 @@ services:
ruby:
build:
context: docker/ruby
user: 1000:1000
working_dir: /fig-website
volumes:
- .:/fig-website

View File

@@ -1,5 +1,8 @@
FROM ruby:2.3-alpine3.7
RUN apk add --no-cache \
build-base \
curl \
libffi-dev \
libzip-dev \
zip