Skip to content

Commit

Permalink
feat: Nähtävilläolon lisäaineiston suojatun latauslinkin toteutus (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
haapamakim committed Jul 7, 2022
1 parent bcc00b2 commit 44fef3e
Show file tree
Hide file tree
Showing 26 changed files with 432 additions and 354 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV NVM_DIR=/root/.nvm
RUN . "$NVM_DIR/nvm.sh" && nvm install ${NODE_VERSION} && nvm use v${NODE_VERSION} && nvm alias default v${NODE_VERSION}
ENV PATH="/root/.nvm/versions/node/v${NODE_VERSION}/bin/:${PATH}"
RUN . "$NVM_DIR/nvm.sh" && npm install -g npm@8.1.3
RUN . "$NVM_DIR/nvm.sh" && npm install -f -g @aws-amplify/cli
RUN . "$NVM_DIR/nvm.sh" && npm install -f -g @aws-amplify/cli && amplify

COPY tools /tools
RUN cd /tools/velho && ./gradlew dependencies
Expand Down
Loading

0 comments on commit 44fef3e

Please sign in to comment.