renaming docker-image

This commit is contained in:
pi-farm
2023-11-19 03:23:11 +01:00
parent 8c2bf5dc89
commit c992331a20
3 changed files with 6 additions and 11 deletions

View File

@@ -13,18 +13,13 @@ RUN mkdir /app/RPi-PXE-Server
COPY root/ /
#WORKDIR /app
#RUN git clone https://github.com/beta-tester/RPi-PXE-Server.git
#VOLUME /app/RPi-PXE-Server
#COPY scripts/ /app/RPi-PXE-Server/
VOLUME /app/RPi-PXE-Server
VOLUME /srv
VOLUME /etc/samba
VOLUME /boot
RUN rm -rf /temp/*
WORKDIR /app/RPi-PXE-Server
ENTRYPOINT [ "/init" ]