mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-07-05 06:49:44 +02:00
fix(docker): updating maintainer and docker compose
* Setting the maintainer information to MEAN.JS team as well as in the comments * Adding a docker-compose clause
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
# Build:
|
||||
# docker build -t lirantal/meanjs .
|
||||
# docker build -t meanjs/mean .
|
||||
#
|
||||
# Run:
|
||||
# docker run -it lirantal/meanjs
|
||||
# docker run -it meanjs/mean
|
||||
#
|
||||
# Compose:
|
||||
# docker-compose up -d
|
||||
|
||||
FROM ubuntu:latest
|
||||
MAINTAINER Liran Tal <liran.tal@gmail.com>
|
||||
MAINTAINER MEAN.JS
|
||||
|
||||
# Install Utilities
|
||||
RUN apt-get update -q
|
||||
|
||||
Reference in New Issue
Block a user