Commit 3396ea72 authored by wang's avatar wang

test

parent d90df26c
...@@ -2,7 +2,7 @@ FROM python:3.10.1-slim-bullseye ...@@ -2,7 +2,7 @@ FROM python:3.10.1-slim-bullseye
RUN apt update &&apt install curl -y RUN apt update &&apt install curl -y
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash -
RUN apt install nodejs vim -y RUN apt install nodejs vim -y
RUN mkdir /data/log/lcc-pr/ RUN mkdir -p /data/log/lcc-pr/
COPY src/ /home/opt/lcc-pr/src COPY src/ /home/opt/lcc-pr/src
#ADD package-lock.json package.json /home/opt/lcc-5s/ #ADD package-lock.json package.json /home/opt/lcc-5s/
WORKDIR /home/opt/lcc-pr/ WORKDIR /home/opt/lcc-pr/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment