Make changes to configure for running on ec2 instance

This commit is contained in:
Geeksbot
2019-12-12 07:45:41 +00:00
parent 0caeba5cbd
commit 5fef17104d
33 changed files with 70 additions and 70 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM python:3.7-alpine AS geeksbot-web
FROM python:3.8-alpine AS geeksbot-web
ENV DEBIAN_FRONTEND noninteractive
ENV PYTHONUNBUFFERED 1
@@ -53,7 +53,7 @@ RUN rm -rf /tmp/*
RUN mkdir -p /tmp/logs/nginx
RUN mkdir -p /tmp/logs/geeksbot
RUN mkdir -p /code/geeksbot_web
COPY geeksbot_web/* /code/geeksbot_web/
COPY ./* /code/
WORKDIR /code/geeksbot_web