From 007d34f994e13224ffa17a0951bf24214b9c20ca Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Fri, 19 Aug 2022 01:10:16 +0200 Subject: [PATCH] Updated dockerfile with new config dir in root --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cefcfb3..cac42f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY package.json . RUN apt update RUN apt install node-pre-gyp -y RUN yarn -RUN cp seasoned_api/conf/development.json.example seasoned_api/conf/development.json +RUN cp configurations/development.json.example configurations/development.json EXPOSE 31459