Skip to content

Commit

Permalink
fix(Dockerfile): loaded ormconfig.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aladin committed Oct 4, 2019
1 parent dcc9ceb commit 2650f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM node:carbon
WORKDIR /app
COPY ./*.json ./
COPY ./ormconfig.js ./
RUN npm install
RUN mkdir src
COPY ./src /app/src
Expand Down

0 comments on commit 2650f6b

Please sign in to comment.