edit docker
This commit is contained in:
parent
736f6557e3
commit
c1305cbb0c
|
@ -1,6 +1,6 @@
|
||||||
FROM ruby:2.7.1
|
FROM ruby:2.7.1
|
||||||
|
|
||||||
LABEL maintainer="Radin <radin@instedd.org>"
|
LABEL maintainer="bijan"
|
||||||
|
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
|
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \
|
||||||
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
|
echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list && \
|
||||||
|
|
|
@ -27,8 +27,6 @@ services:
|
||||||
env_file: app.env
|
env_file: app.env
|
||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
ports:
|
|
||||||
- "3000:3000"
|
|
||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: contact.bitium.agency
|
VIRTUAL_HOST: contact.bitium.agency
|
||||||
LETSENCRYPT_HOST: contact.bitium.agency
|
LETSENCRYPT_HOST: contact.bitium.agency
|
||||||
|
|
Loading…
Reference in New Issue
Block a user