mirror of
https://github.com/casjaysdevdocker/gitea
synced 2024-11-22 05:23:07 -05:00
🗃️ Committing everything that changed 🗃️
Dockerfile
This commit is contained in:
parent
45ba8e51c4
commit
5f175fdbac
@ -66,6 +66,8 @@ ENV HOSTNAME="casjaysdevdocker-gitea"
|
|||||||
USER ${USER}
|
USER ${USER}
|
||||||
WORKDIR /root
|
WORKDIR /root
|
||||||
|
|
||||||
|
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
||||||
|
|
||||||
RUN set -e; \
|
RUN set -e; \
|
||||||
echo "Setting up prerequisites"; \
|
echo "Setting up prerequisites"; \
|
||||||
true
|
true
|
||||||
@ -73,7 +75,6 @@ RUN set -e; \
|
|||||||
ENV SHELL="/bin/bash"
|
ENV SHELL="/bin/bash"
|
||||||
SHELL [ "/bin/bash", "-c" ]
|
SHELL [ "/bin/bash", "-c" ]
|
||||||
|
|
||||||
COPY ./rootfs/usr/local/bin/. /usr/local/bin/
|
|
||||||
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
|
COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu
|
||||||
|
|
||||||
RUN echo "Initializing the system"; \
|
RUN echo "Initializing the system"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user