mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 04:52:11 +00:00
tweaking
This commit is contained in:
parent
84c51afe17
commit
7638fb89d6
2 changed files with 4 additions and 8 deletions
|
@ -4,11 +4,9 @@ FROM alpine
|
||||||
ADD dist/ /root/dist/
|
ADD dist/ /root/dist/
|
||||||
|
|
||||||
# Get and install dependencies & packages
|
# Get and install dependencies & packages
|
||||||
RUN apk -U upgrade && \
|
RUN apk -U --no-cache add \
|
||||||
apk add bash \
|
|
||||||
nginx \
|
nginx \
|
||||||
nginx-mod-http-headers-more \
|
nginx-mod-http-headers-more && \
|
||||||
procps && \
|
|
||||||
|
|
||||||
# Setup configs
|
# Setup configs
|
||||||
mkdir -p /run/nginx && \
|
mkdir -p /run/nginx && \
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
# T-Pot (Standard)
|
version: '2.3'
|
||||||
# For docker-compose ...
|
|
||||||
version: '2.2'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue