🔧 Added entrypoint to Dockerfile
This commit is contained in:
@@ -14,4 +14,4 @@ RUN yarn
|
|||||||
COPY . /usr/src/threetwo
|
COPY . /usr/src/threetwo
|
||||||
EXPOSE 3050
|
EXPOSE 3050
|
||||||
|
|
||||||
CMD npm start
|
ENTRYPOINT [ "npm", "start" ]
|
||||||
@@ -7,8 +7,6 @@ services:
|
|||||||
image: frishi/threetwo
|
image: frishi/threetwo
|
||||||
container_name: threetwo-ui
|
container_name: threetwo-ui
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
|
||||||
UNDERLYING_HOST: ghost
|
|
||||||
volumes:
|
volumes:
|
||||||
- $COMICS_DIRECTORY:/comics
|
- $COMICS_DIRECTORY:/comics
|
||||||
- $USERDATA_DIRECTORY:/userdata
|
- $USERDATA_DIRECTORY:/userdata
|
||||||
|
|||||||
Reference in New Issue
Block a user