mirror of
https://github.com/EvgenyNerush/easy-xray.git
synced 2025-12-13 21:35:03 +03:00
add Docker
This commit is contained in:
18
Dockerfile
Normal file
18
Dockerfile
Normal file
@@ -0,0 +1,18 @@
|
||||
FROM almalinux:latest
|
||||
|
||||
WORKDIR /easy-xray
|
||||
|
||||
COPY ex.sh .
|
||||
RUN chmod +x ex.sh
|
||||
COPY template_config_client.jsonc .
|
||||
COPY template_config_server.jsonc .
|
||||
COPY customgeo.dat .
|
||||
|
||||
RUN dnf update --assumeyes
|
||||
RUN dnf install --assumeyes jq openssl
|
||||
|
||||
# Ports
|
||||
EXPOSE 80
|
||||
EXPOSE 443
|
||||
|
||||
ENTRYPOINT ["bash"]
|
||||
Reference in New Issue
Block a user