Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
octodash: Fix stupid typo preventing proper operation #4
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCroughan committed Jun 24, 2020
1 parent 77deceb commit a736008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octodash/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN install_packages \
git

# Clone project to filesystem, checkout octodash_version and remove git index to save space
RUN git clone https://github.com/UnchartedBull/OctoDash.git && cd OctoDash && git checkout $octodash_verion && rm -rf .git
RUN git clone https://github.com/UnchartedBull/OctoDash.git && cd OctoDash && git checkout $octodash_version && rm -rf .git

# Install npm modules for the application and compile
RUN cd OctoDash && npm install && npm run ng:build
Expand Down

0 comments on commit a736008

Please sign in to comment.