Attempting server startup.
* Created basic client * Many bug fixes
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM ericomeehan/httpd-mod-wsgi
|
||||
RUN apt update && apt upgrade -y
|
||||
RUN apt install -y libmariadb3 libmariadb-dev python3-dev python3-pip
|
||||
COPY . /usr/local/apache2/htdocs
|
||||
RUN pip3 install --break-system-packages -r /usr/local/apache2/htdocs/requirements.txt
|
||||
EXPOSE 80
|
||||
Reference in New Issue
Block a user