mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:31:41 +00:00
usar argumentos
This commit is contained in:
parent
244a8de406
commit
d9e2291f26
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
FROM registry.nulo.in/sutty/rails:3.13.6-2.7.5
|
||||
ARG RUBY_VERSION=2.7
|
||||
ARG RUBY_PATCH=6
|
||||
ARG ALPINE_VERSION=3.13.10
|
||||
ARG BASE_IMAGE=registry.nulo.in/sutty/rails
|
||||
FROM ${BASE_IMAGE}:${ALPINE_VERSION}-${RUBY_VERSION}.${RUBY_PATCH}
|
||||
ARG PANDOC_VERSION=2.18
|
||||
ENV RAILS_ENV production
|
||||
|
||||
|
|
Loading…
Reference in a new issue