Commit 5e7266b2 authored by nanahira's avatar nanahira

fix

parent 201ecb19
...@@ -7,7 +7,7 @@ RUN apt update && \ ...@@ -7,7 +7,7 @@ RUN apt update && \
COPY .git /taiko-web/.git COPY .git /taiko-web/.git
WORKDIR /taiko-web WORKDIR /taiko-web
RUN git log -1 --pretty="format:{\"commit\": \"%H\", \"commit_short\": \"%h\", \"version\": \"\TAIKO_VERSION\", \"url\": \"\TAIKO_GIT_URL\"}" > ./version-template.json RUN git log -1 --pretty="format:{\"commit\": \"%H\", \"commit_short\": \"%h\", \"version\": \"TAIKO_VERSION\", \"url\": \"TAIKO_GIT_URL\"}" > ./version-template.json
FROM node:buster-slim FROM node:buster-slim
......
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