From e1312d93bcfc03be2834b7b2e967c6d53441737a Mon Sep 17 00:00:00 2001 From: trivernis Date: Mon, 14 Sep 2020 15:17:36 +0200 Subject: [PATCH] Fix docker build Signed-off-by: trivernis --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6b03e8e..e13b7b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ WORKDIR / COPY ./src /src COPY ./package*.json ./ COPY ./gulpfile.js ./tsconfig.json ./ -COPY ./ormconfig.json ./ RUN npm install RUN npm install -g gulp RUN npm install gulp @@ -12,4 +11,4 @@ RUN gulp EXPOSE 4000 EXPOSE 5432 -CMD ["npm", "start"] \ No newline at end of file +CMD ["npm", "start"]