mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 21:58:46 +02:00
「🏗️」 wip: passed _log to a global pointer
This commit is contained in:
18
Dockerfile
18
Dockerfile
@ -1,11 +1,13 @@
|
||||
FROM alpine:3.21
|
||||
FROM alpine:3.21
|
||||
|
||||
COPY ./ /build
|
||||
COPY ./ /build
|
||||
|
||||
RUN apk add --no-cache clang make \
|
||||
&& cd /build \
|
||||
&& make \
|
||||
&& chmod +x webserv \
|
||||
&& cp webserv /bin/webserv
|
||||
RUN apk add --no-cache clang make \
|
||||
&& cd /build \
|
||||
&& make \
|
||||
&& chmod +x webserv \
|
||||
&& cp webserv /bin/webserv
|
||||
|
||||
RUN [ "/bin/webserv", "$WEBSERV-CONF"]
|
||||
STOPSIGNAL SIGINT
|
||||
|
||||
RUN [ "/bin/webserv", "$WEBSERV-CONF"]
|
||||
|
Reference in New Issue
Block a user