Skip to content

Commit

Permalink
final 182 tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeTWC1984 committed Apr 6, 2024
1 parent 384998b commit 408df30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FROM cronicle/base-alpine as build
RUN apk add --no-cache npm
COPY . /build
WORKDIR /build
RUN ./bundle /dist --mysql --pgsql --s3 --lmdb
RUN ./bundle /dist --mysql --pgsql --s3 --sqlite --tools

FROM cronicle/base-alpine

Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can quickly try it using Docker using image from Docker Hub:
```
Or build the image locally - clone or download the latest release and run command below from project root
```bash
docker build -t cronicle:edge -f DockerfileDev --build-arg echo=1 .
docker build -t cronicle/edge -f Dockerfile .
```

To test multi-node set up (in swarm mode)
Expand Down

0 comments on commit 408df30

Please sign in to comment.