mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
sick to my stomach
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
# nginx-gunicorn-flask
|
||||
|
||||
FROM ubuntu:lunar
|
||||
LABEL maintainer="Andrew Simonson <asimonson1125@gmail.com>"
|
||||
|
||||
@@ -7,7 +5,6 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y python3-pip nginx gunicorn supervisor
|
||||
# do we really need venv?
|
||||
|
||||
# Setup flask application
|
||||
RUN mkdir -p /deploy/app
|
||||
|
||||
Reference in New Issue
Block a user