From 0a382a688c1a7ccda795641f11b095daa073e956 Mon Sep 17 00:00:00 2001 From: Pete Matsyburka Date: Sun, 22 Dec 2024 01:11:25 +0200 Subject: [PATCH] remove schema rb --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d9ea5e45..fed21511 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN apk add --no-cache build-base && bundle install && apk del --no-cache build- COPY ./bin ./bin COPY ./app ./app COPY ./config ./config -COPY ./db ./db +COPY ./db/migrate ./db/migrate COPY ./log ./log COPY ./lib ./lib COPY ./public ./public