feat: testing workflow

pull/1097/head
smit95tpatel 2022-04-29 16:39:37 +05:30
parent c1c3a94476
commit 83a7b17abb
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@ LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
ARG BUILDPLATFORM
ARG GITHUB_ACCESS_TOKEN
ENV GITHUB_ACCESS_TOKEN=$GITHUB_ACCESS_TOKEN
# Build vue frontent
WORKDIR /statping
COPY ./frontend/package.json .