Skip to content

Commit

Permalink
Merge pull request #249 from Caleydo/release-0.2.1
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
Holger Stitz authored Mar 9, 2020
2 parents e6260d1 + 19323d1 commit 51019d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ LABEL maintainer="[email protected]"

ENV PHOVEA_API_SERVER=api
ENV PHOVEA_NGINX_PORT=80
#COPY ./deploy/nginx-default.conf /etc/nginx/conf.d/default.conf
#CMD sed -i -e "s/PHOVEA_API_SERVER/${PHOVEA_API_SERVER-api}/g" /etc/nginx/conf.d/default.conf && sed -i -e "s/PHOVEA_NGINX_PORT/${PHOVEA_NGINX_PORT-api}/g" /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'
COPY ./deploy/nginx-default.conf /etc/nginx/conf.d/default.conf
CMD sed -i -e "s/PHOVEA_API_SERVER/${PHOVEA_API_SERVER-api}/g" /etc/nginx/conf.d/default.conf && sed -i -e "s/PHOVEA_NGINX_PORT/${PHOVEA_NGINX_PORT-api}/g" /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'
COPY ./build /usr/share/nginx/html
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "confusionflow",
"description": "Visualize learning dynamics in multi-class image classifiers (e.g., convolutional neural networks)",
"homepage": "https://confusionflow.org",
"version": "0.2.0",
"version": "0.2.1",
"author": {
"name": "The ConfusionFlow Team",
"email": "[email protected]",
Expand Down

0 comments on commit 51019d8

Please sign in to comment.