mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-23 17:08:36 +00:00
linux - rename bunkerweb-ui.env to ui.env
This commit is contained in:
parent
c3ee7929be
commit
97e607110c
5 changed files with 4 additions and 4 deletions
|
|
@ -57,7 +57,7 @@ RUN cp /opt/bunkerweb/helpers/bwcli /usr/local/bin && \
|
|||
|
||||
# Copy Linux files
|
||||
COPY linux/variables.env /opt/bunkerweb/variables.env
|
||||
COPY linux/bunkerweb-ui.env /opt/bunkerweb/bunkerweb-ui.env
|
||||
COPY linux/ui.env /opt/bunkerweb/ui.env
|
||||
COPY linux/scripts /opt/bunkerweb/scripts
|
||||
COPY linux/fpm.sh /opt/fpm.sh
|
||||
RUN chmod +x /opt/bunkerweb/scripts/*.sh /opt/fpm.sh
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ RUN cp /opt/bunkerweb/helpers/bwcli /usr/local/bin && \
|
|||
|
||||
# Copy Linux files
|
||||
COPY linux/variables.env /opt/bunkerweb/variables.env
|
||||
COPY linux/bunkerweb-ui.env /opt/bunkerweb/bunkerweb-ui.env
|
||||
COPY linux/ui.env /opt/bunkerweb/ui.env
|
||||
COPY linux/scripts /opt/bunkerweb/scripts
|
||||
COPY linux/fpm.sh /opt/fpm.sh
|
||||
RUN chmod +x /opt/bunkerweb/scripts/*.sh /opt/fpm.sh
|
||||
|
|
|
|||
|
|
@ -56,7 +56,7 @@ RUN cp /opt/bunkerweb/helpers/bwcli /usr/local/bin && \
|
|||
|
||||
# Copy Linux files
|
||||
COPY linux/variables.env /opt/bunkerweb/variables.env
|
||||
COPY linux/bunkerweb-ui.env /opt/bunkerweb/bunkerweb-ui.env
|
||||
COPY linux/ui.env /opt/bunkerweb/ui.env
|
||||
COPY linux/scripts /opt/bunkerweb/scripts
|
||||
COPY linux/fpm.sh /opt/fpm.sh
|
||||
RUN chmod +x /opt/bunkerweb/scripts/*.sh /opt/fpm.sh
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ RUN cp /opt/bunkerweb/helpers/bwcli /usr/local/bin && \
|
|||
|
||||
# Copy Linux files
|
||||
COPY linux/variables.env /opt/bunkerweb/variables.env
|
||||
COPY linux/bunkerweb-ui.env /opt/bunkerweb/bunkerweb-ui.env
|
||||
COPY linux/ui.env /opt/bunkerweb/ui.env
|
||||
COPY linux/scripts /opt/bunkerweb/scripts
|
||||
COPY linux/fpm.sh /opt/fpm.sh
|
||||
RUN chmod +x /opt/bunkerweb/scripts/*.sh /opt/fpm.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue