Skip to content
Snippets Groups Projects
Unverified Commit a3318814 authored by Wonderfall's avatar Wonderfall
Browse files

add metadata to Dockerfile

parent fa494dbb
No related branches found
No related tags found
No related merge requests found
FROM ruby:2.3.1-alpine
LABEL maintainer="https://github.com/tootsuite/mastodon" \
description="A GNU Social-compatible microblogging server"
ENV RAILS_ENV=production \
NODE_ENV=production
EXPOSE 3000 4000
WORKDIR /mastodon
COPY Gemfile Gemfile.lock package.json yarn.lock /mastodon/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment