edit docker

This commit is contained in:
sam 2022-05-14 18:47:52 +04:30
parent 736f6557e3
commit c1305cbb0c
2 changed files with 1 additions and 3 deletions

View File

@ -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 && \

View File

@ -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