Skip to content

Commit 7eb7e0f

Browse files
more improved
1 parent 98f7dd6 commit 7eb7e0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG SETLANG
66
# setup ENV
77
ENV DEBIAN_FRONTEND noninteractive
88
ENV HOME /root
9-
ENV PATH /root/scripts/:$PATH
9+
ENV PATH /root/scripts:$PATH
1010

1111
# set and update repo
1212
RUN sed -i 's#http://archive.ubuntu.com/#http://tw.archive.ubuntu.com/#' /etc/apt/sources.list \
@@ -46,5 +46,7 @@ WORKDIR /root
4646
# create mount folders
4747
RUN mkdir input output
4848

49+
ADD scripts /root/scripts
50+
4951
# set entrypoint
5052
ENTRYPOINT bash

0 commit comments

Comments
 (0)