Merge pull request #5 from flotte-goes-smart/feature/environment-variables

Fix docker build
pull/7/head^2
Trivernis 4 years ago committed by GitHub
commit ed26bafddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save