mirror of
https://codeberg.org/spire/docker-spire-server.git
synced 2026-06-03 14:24:08 +02:00
web interface
This commit is contained in:
parent
7d972f8bfe
commit
589155a016
3 changed files with 15 additions and 4 deletions
11
Dockerfile
11
Dockerfile
|
|
@ -1,11 +1,18 @@
|
|||
from spiretf/docker-comp-server
|
||||
maintainer Robin Appelman <robin@icewind.nl>
|
||||
FROM golang AS build-stage
|
||||
RUN git clone https://github.com/ddeityy/exposed-nipple && \
|
||||
cd exposed-nipple && \
|
||||
git checkout 2524164364adc89e37d1d4addac04edae3d39482
|
||||
RUN cd exposed-nipple && go build -o nipple -o /exposed-nipple ./cmd/main.go
|
||||
|
||||
FROM spiretf/docker-comp-server
|
||||
|
||||
USER root
|
||||
ADD ./server.cfg $SERVER/tf2/tf/cfg/server.cfg
|
||||
RUN chown tf2:tf2 $SERVER/tf2/tf/cfg/server.cfg
|
||||
USER $USER
|
||||
|
||||
COPY --from=build-stage /exposed-nipple /exposed-nipple
|
||||
RUN mkdir -p internal/config
|
||||
ADD ./tf.sh $SERVER/tf.sh
|
||||
|
||||
ENTRYPOINT ["./tf.sh"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue