Skip to content

Commit

Permalink
fix(web-build): updated Dockerfile for web build
Browse files Browse the repository at this point in the history
  • Loading branch information
godenzim committed Mar 11, 2022
1 parent 362dbcc commit ad12a4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ COPY package.json /app
COPY package-lock.json /app
COPY config /app/config
COPY apply-diagnostic-modules.js /app
COPY fix-qrscanner-gradle.js /app

# install dependencies
RUN npm install
Expand Down

0 comments on commit ad12a4a

Please sign in to comment.