🔧 Added entrypoint to Dockerfile

This commit is contained in:
2021-11-03 18:23:45 -07:00
parent e1635ff258
commit 0ee372fc5d
2 changed files with 1 additions and 3 deletions

View File

@@ -14,4 +14,4 @@ RUN yarn
COPY . /usr/src/threetwo
EXPOSE 3050
CMD npm start
ENTRYPOINT [ "npm", "start" ]

View File

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