From 0ee372fc5d1175579d4deac4028c83df01f85a60 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 3 Nov 2021 18:23:45 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Added=20entrypoint=20to=20Docker?= =?UTF-8?q?file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- docker-compose.yml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 950fbae..57d93c2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,4 +14,4 @@ RUN yarn COPY . /usr/src/threetwo EXPOSE 3050 -CMD npm start \ No newline at end of file +ENTRYPOINT [ "npm", "start" ] \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 8d785b5..581dd93 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,8 +7,6 @@ services: image: frishi/threetwo container_name: threetwo-ui restart: unless-stopped - environment: - UNDERLYING_HOST: ghost volumes: - $COMICS_DIRECTORY:/comics - $USERDATA_DIRECTORY:/userdata