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