From 408df302eb8c32a8e2bfbb42b92a5fdc56bc5d87 Mon Sep 17 00:00:00 2001 From: mikeTWC1984 Date: Sat, 6 Apr 2024 14:29:58 -0400 Subject: [PATCH] final 182 tweaks --- Dockerfile | 2 +- Readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 115836a..ed642a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/Readme.md b/Readme.md index 66022f7..00c7dba 100644 --- a/Readme.md +++ b/Readme.md @@ -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)