mirror of
https://github.com/ENSL/ensl-plugin.git
synced 2024-11-10 15:21:49 +00:00
Add webquery cvar
Add CVAR to disable web query.
This commit is contained in:
parent
521a1f56c4
commit
87e1d974d1
1 changed files with 4 additions and 4 deletions
|
@ -28,10 +28,10 @@ COPY src/ensl.sh /home/amxx/
|
|||
COPY src/*.sma /home/amxx/addons/amxmodx/scripting/
|
||||
COPY src/include/* /home/amxx/addons/amxmodx/scripting/include
|
||||
COPY pkg /var/pkg
|
||||
RUN chown -R amxx /home/amxx
|
||||
|
||||
|
||||
# RUN ./amxxpc ENSL.sma && cp ENSL.sma /var/build
|
||||
|
||||
USER root
|
||||
RUN chown -R amxx /home/amxx
|
||||
USER amxx
|
||||
# RUN ./amxxpc ENSL.sma && cp ENSL.sma /var/build
|
||||
|
||||
ENTRYPOINT ["/home/amxx/ensl.sh", "ENSL.sma"]
|
||||
|
|
Loading…
Reference in a new issue