diff --git a/Dockerfile b/Dockerfile index 46d9ed8..979ebb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM gitea.jsc.idv.tw/images/codex:0.1.1 RUN apt update \ - && apt install -y --no-install-recommends git + && apt install -y --no-install-recommends git \ && apt clean \ - && rm -rf /var/lib/apt/lists/*s + && rm -rf /var/lib/apt/lists/* COPY ./app /app RUN cd /app && npm install