Add dockerfile
This commit is contained in:
parent
f2975e7d22
commit
7764b86552
16
dockerfile
Normal file
16
dockerfile
Normal file
@ -0,0 +1,16 @@
|
||||
FROM localhost:5000/ubuntu-base:1.8.1
|
||||
EXPOSE 8080
|
||||
VOLUME /opt
|
||||
|
||||
ENV wordress_db=wordress_db
|
||||
ENV wordpress_user=wordpress_user
|
||||
ENV wordpress_pwd=wordpress_pwd
|
||||
ENV wordpress_host=wordpress_host
|
||||
ENV wordpress_https=wordpress_https
|
||||
|
||||
CMD /bin/bash
|
||||
ADD https://git.dfosd.synology.me/docker/ubuntu-nautobot/raw/branch/main/setup_nautobot.sh /setup_nautobot.sh
|
||||
ADD https://git.dfosd.synology.me/docker/ubuntu-nautobot/raw/branch/main/start.sh /home/start.sh
|
||||
RUN chmod +x /setup_nautobot.sh
|
||||
RUN chmod +x /home/start.sh
|
||||
RUN /setup_nautobot.sh
|
||||
Loading…
x
Reference in New Issue
Block a user