mirror of
https://github.com/php-fig/www.php-fig.org.git
synced 2026-03-23 22:42:13 +01:00
Fix local execution of some dev tools
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
||||
watch: clean install build
|
||||
docker-compose up -d
|
||||
docker-compose up -d php node-sass
|
||||
|
||||
clean:
|
||||
rm -rf output_dev/*
|
||||
|
||||
@@ -19,6 +19,7 @@ services:
|
||||
ruby:
|
||||
build:
|
||||
context: docker/ruby
|
||||
user: 1000:1000
|
||||
working_dir: /fig-website
|
||||
volumes:
|
||||
- .:/fig-website
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
FROM ruby:2.3-alpine3.7
|
||||
|
||||
RUN apk add --no-cache \
|
||||
build-base \
|
||||
curl \
|
||||
libffi-dev \
|
||||
libzip-dev \
|
||||
zip
|
||||
|
||||
Reference in New Issue
Block a user