🔧 Added entrypoint to Dockerfile
This commit is contained in:
@@ -14,4 +14,4 @@ RUN yarn
|
||||
COPY . /usr/src/threetwo
|
||||
EXPOSE 3050
|
||||
|
||||
CMD npm start
|
||||
ENTRYPOINT [ "npm", "start" ]
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user