Compare commits
2 Commits
ecb2df60f4
...
0386b3313e
Author | SHA1 | Date | |
---|---|---|---|
|
0386b3313e | ||
|
a1d95603a0 |
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ install:
|
|||||||
. thsf_venv/bin/activate; \
|
. thsf_venv/bin/activate; \
|
||||||
pip install -r requirements.txt ;\
|
pip install -r requirements.txt ;\
|
||||||
pip install . ;\
|
pip install . ;\
|
||||||
pip install gunicorn; \
|
pip install gunicorn;
|
||||||
|
|
||||||
run:
|
run:
|
||||||
set -e ;\
|
set -e ;\
|
||||||
|
@ -4,6 +4,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
dockerfile: thsf.Dockerfile
|
dockerfile: thsf.Dockerfile
|
||||||
context: .
|
context: .
|
||||||
|
extra_hosts:
|
||||||
|
- "23.thsf.net:192.168.122.26"
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:8042:8042"
|
- "127.0.0.1:8042:8042"
|
||||||
image: thsf:latest
|
image: thsf:latest
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
ARG PRETALX_HOSTS_ENTRY
|
||||||
FROM python:3.9.16-bullseye as thsf_base
|
FROM python:3.9.16-bullseye as thsf_base
|
||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get install -y bash make python3-pip && \
|
apt-get install -y bash make python3-pip && \
|
||||||
|
Loading…
Reference in New Issue
Block a user