Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update requirements.txt and Dockerfile for successful build #1418

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update requirements.txt and Dockerfile for successful build
  • Loading branch information
JohnDoeAntler committed Aug 8, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit a1e1afd91b7a7377cd8fc69a3b6f26f6b72ecd6a
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.5-alpine
FROM python:3.8-alpine

RUN apk add --update \
supervisor \
@@ -24,6 +24,8 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log && \

ADD . .

RUN mkdir /etc/nginx/conf.d

RUN mv docker/nginx/nginx.conf /etc/nginx/nginx.conf && \
mv docker/nginx/default.conf /etc/nginx/conf.d/default.conf && \
mv docker/supervisor.conf /etc/supervisor.conf && \
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -15,7 +15,8 @@ raven[flask]==6.0.0

# Database
pymysql==0.8.0
SQLAlchemy>=1.3.0
SQLAlchemy<1.4.0
markupsafe==2.0.1

# Caching
redis==2.10.5
@@ -76,7 +77,7 @@ idna<2.9,>=2.5
# Front end
itsdangerous==0.24
cssmin==0.2.0
jsmin==2.2.1
jsmin==3.0.1
hashids==1.2.0
pygments==2.2.0
humanize==0.5.1