mirror of
https://github.com/ENSL/ensl-plugin.git
synced 2024-11-10 15:21:49 +00:00
Dockerhub fix
This commit is contained in:
parent
851b5d74c0
commit
a7d12270d8
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ 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 /home/amxx
|
||||
RUN chown -R amxx /home/amxx
|
||||
|
||||
|
||||
# RUN ./amxxpc ENSL.sma && cp ENSL.sma /var/build
|
||||
|
|
Loading…
Reference in a new issue