Skip to content

Commit

Permalink
Dockerfile: revert to stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
aalemayhu authored Oct 24, 2022
1 parent 599c3ee commit 88cb979
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN node --version

RUN rm -rvf /app/node_modules
RUN git clone https://github.com/2anki/web /app/web
RUN git -C /app/web checkout 2c195d254bef9398db2a32888f570b8bf1e765d8
RUN git clone https://github.com/2anki/create_deck /app/create_deck
RUN npm --prefix /app/web install

Expand Down

0 comments on commit 88cb979

Please sign in to comment.