Commit 4731efb9 authored by nanahira's avatar nanahira

fix Dockerfile

parent 98ac31d4
...@@ -19,7 +19,7 @@ RUN apt update && \ ...@@ -19,7 +19,7 @@ RUN apt update && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
npm install -g pm2 npm install -g pm2
COPY --from=git-fetcher . /taiko-web COPY --from=git-fetcher /taiko-web /taiko-web
WORKDIR /taiko-web WORKDIR /taiko-web
# envs # envs
......
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