-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
8 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ MAINTAINER nicodeur <[email protected]> | |
|
||
RUN apk update && apk add --update git nodejs nodejs-npm && npm install npm@latest -g && rm -rf /var/cache/apk/* | ||
|
||
RUN git clone https://github.com/nicodeur/QualityDashboard.git /opt/qualityReport && echo "10" | ||
RUN git clone https://github.com/nicodeur/QualityDashboard.git /opt/qualityReport && echo "11" | ||
|
||
|
||
RUN cd /opt/qualityReport && chmod 755 installDependencies.sh && ./installDependencies.sh | ||
|
||
WORKDIR /opt/qualityReport | ||
|
||
CMD chmod 755 start.sh && chmod 755 front/start.sh && chmod 755 server/start.sh && \ | ||
CMD chmod 755 start.sh && chmod 755 front/start.sh && chmod 755 server/start.sh && chmod 755 stop.sh && chmod 755 restart.sh &&\ | ||
./start.sh && tail -f logs/server.log | ||
|
||
EXPOSE 8085 8086 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters