mirror of
https://github.com/fspc/bikebike.git
synced 2025-04-04 08:13:24 -04:00
Adds Ubuntu 16.04
This commit is contained in:
parent
89c61b287d
commit
e22dbdcd72
9
16.04/Dockerfile
Normal file
9
16.04/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
FROM ubuntu:16.04
|
||||||
|
MAINTAINER Jonathan Rosenbaum <gnuser@gmail.com>
|
||||||
|
|
||||||
|
# Not all applications use mysql, but nevertheless.
|
||||||
|
RUN export DEBIAN_FRONTEND="noninteractive"; echo "mysql-server-5.7 mysql-server/root_password password" | debconf-set-selections; echo "mysql-server-5.7 mysql-server/root_password_again password" | debconf-set-selections; apt-get update && apt-get -y install mysql-server git supervisor ruby make libmysqlclient-dev ruby-dev
|
||||||
|
|
||||||
|
COPY supervisord.conf /etc/supervisor/supervisord.conf
|
||||||
|
|
||||||
|
#docker run -dt --name=test-ubuntu ubuntu:16.04
|
5
16.04/supervisord.conf
Normal file
5
16.04/supervisord.conf
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
[supervisord]
|
||||||
|
nodaemon=true
|
||||||
|
|
||||||
|
[include]
|
||||||
|
files = /etc/supervisor/conf.d/*.conf
|
Loading…
x
Reference in New Issue
Block a user