Skip to content

Commit

Permalink
fix: dummy dist build
Browse files Browse the repository at this point in the history
  • Loading branch information
sleidig committed Jul 23, 2021
1 parent 104f0b6 commit 966206a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ RUN sed -i "s/appVersion: \".*\"/appVersion: \"$APP_VERSION\"/g" src/environment
RUN cat src/environments/environment.ts

#RUN npm run build-localized
RUN mkdir dist
RUN mv src/environments/* dist/

# When set to true, tests are run and coverage will be uploaded to CodeClimate
ARG UPLOAD_COVERAGE=false
Expand Down

0 comments on commit 966206a

Please sign in to comment.