Skip to content

Commit 4b34da5

Browse files
committed
Fix bugs caused due to dockerignore and update uWSGI
1 parent ee77b24 commit 4b34da5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Diff for: .dockerignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.git
22

33
# Docker configuration
4-
/docker
54

65
# Byte-compiled / optimized / DLL files
76
__pycache__/

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENV PGPASSWORD "critiquebrainz"
3030
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash -
3131
RUN apt-get install -y nodejs
3232

33-
RUN pip install uWSGI==2.0.13.1
33+
RUN pip install uWSGI==2.0.18
3434

3535
RUN mkdir /code
3636
WORKDIR /code

0 commit comments

Comments
 (0)