Skip to content

Commit

Permalink
Removing commented out commands from client dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsielicki committed Jan 27, 2022
1 parent 2b99704 commit 3868bbb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docker/compose/slycat-compose/slycat-client/DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,4 @@ WORKDIR /usr/src/slycat
RUN git config --global http.sslVerify false
RUN git clone --depth 1 https://github.com/sandialabs/slycat.git
WORKDIR /usr/src/slycat/slycat
#RUN npm config set registry http://registry.npmjs.org/
# RUN npm config set strict-ssl false
# RUN NODE_TLS_REJECT_UNAUTHORIZED=0 npm install node-sass --save-dev
# RUN NODE_TLS_REJECT_UNAUTHORIZED=0 npm install
# RUN npm rebuild node-sass
# No need to rebuild node-sass anymore since it was replaced with dart-sass
CMD ls

0 comments on commit 3868bbb

Please sign in to comment.