Required feature flags for new activity posts - front#2511
0/1
thread resolved
added scoped labels
mentioned in merge request front!764
added 15 commits
-
d3393d51...4fb9ac89 - 14 commits from branch
master
- dab695e0 - Merge remote-tracking branch 'origin/master' into feat/2511-activity-v2
-
d3393d51...4fb9ac89 - 14 commits from branch
1 FROM minds/php:7.3 2 3 WORKDIR /var/www/Minds/engine 4 5 COPY ./containers/phpspec/phpspec.sh /var/www/Minds/phpspec.sh 6 7 ENTRYPOINT [ "../phpspec.sh" ] 8 CMD ["run", "--format=pretty", "--no-code-generation"] 1 FROM minds/php:7.3 2 3 WORKDIR /var/www/Minds/engine 4 5 COPY ./containers/phpspec/phpspec.sh /var/www/Minds/phpspec.sh - Developer
There's something goofy with the line endings on this file
From git warning: CRLF will be replaced by LF in containers/phpspec/Dockerfile. The file will have its original line endings in your working directory
added scoped label
assigned to @markeharding