Skip to content
This repository has been archived by the owner on May 1, 2020. It is now read-only.

Commit

Permalink
Setup production after the major merge
Browse files Browse the repository at this point in the history
  • Loading branch information
paramsingh committed Jun 20, 2019
1 parent 453035e commit 124a51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN npm install -g less less-plugin-clean-css
# Note: this will not persist because /code/listenbrainz is a volume
# After bringing up a container, run this again inside the container
# to compile the less files
RUN lessc --clean-css webserver/static/css/main.less > webserver/static/css/main.css
RUN lessc --clean-css messybrainz/webserver/static/css/main.less > messybrainz/webserver/static/css/main.css

# Consul Template service is already set up with the base image.
# Just need to copy the configuration.
Expand Down
2 changes: 1 addition & 1 deletion docker/prod/uwsgi/uwsgi.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[uwsgi]
master = true
socket = 0.0.0.0:3031
module = webserver
module = messybrainz.webserver
callable = application
chdir = /code/messybrainz
enable-threads = true
Expand Down

0 comments on commit 124a51b

Please sign in to comment.