From 7991ad93470cf42b9c4c96477fc920bbb8899eee Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sun, 7 Nov 2021 22:13:49 +0200 Subject: Prepare for move to DO --- Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a47288a..b62d30e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,5 +20,6 @@ ENV NODE_ENV production COPY --from=builder /app/build ./build COPY --from=builder /app/node_modules ./node_modules COPY --from=builder /app/package.json ./package.json +COPY ./sql ./sql CMD ["npm", "run", "start"] -- cgit v1.3