Commit d5f870e9 authored by wang's avatar wang

1

parent 428ede7a
Pipeline #467 canceled with stages
...@@ -2,7 +2,7 @@ FROM python:3.10.1-slim-bullseye ...@@ -2,7 +2,7 @@ FROM python:3.10.1-slim-bullseye
RUN mkdir -p "/home/opt/lcc-5s" RUN mkdir -p "/home/opt/lcc-5s"
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 RUN apt install nodejs vim -y
COPY src/ /home/opt/lcc-reese84/src COPY src/ /home/opt/lcc-reese84/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-reese84/ WORKDIR /home/opt/lcc-reese84/
......
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