Skip to content

Commit

Permalink
Test CI spimm
Browse files Browse the repository at this point in the history
  • Loading branch information
tdethier committed Nov 9, 2023
1 parent e0e11b7 commit e7cec42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN echo "$ssh_lang_key" > ~/.ssh/id_rsa && \
chmod 600 ~/.ssh/id_rsa
RUN npm run load-config
RUN cat package.json
RUN npm install
RUN npm install --loglevel verbose
RUN npm run build
# Remove SSH keys
RUN rm -rf ~/.ssh/
Expand Down

0 comments on commit e7cec42

Please sign in to comment.