EOF & whitespace
This commit is contained in:
+1
-2
@@ -5,7 +5,7 @@ WORKDIR /opt/tisbackup
|
||||
COPY entrypoint.sh /entrypoint.sh
|
||||
COPY . /opt/tisbackup
|
||||
|
||||
RUN apt-get update \
|
||||
RUN apt-get update \
|
||||
&& apt-get install --no-install-recommends -y rsync ssh cron \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& /usr/local/bin/python3.12 -m pip install --no-cache-dir -r requirements.txt \
|
||||
@@ -18,4 +18,3 @@ EXPOSE 8080
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["/usr/local/bin/python3.12","/opt/tisbackup/tisbackup_gui.py"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user