mirror of https://github.com/statping/statping
feat: testing workflow
parent
8a23a5f327
commit
0324b31b8b
|
@ -1,6 +1,7 @@
|
||||||
FROM node:12.18.2-alpine AS frontend
|
FROM node:12.18.2-alpine AS frontend
|
||||||
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
LABEL maintainer="Hunter Long (https://github.com/hunterlong)"
|
||||||
ARG BUILDPLATFORM
|
ARG BUILDPLATFORM
|
||||||
|
ARG GITHUB_ACCESS_TOKEN
|
||||||
|
|
||||||
# Build vue frontent
|
# Build vue frontent
|
||||||
WORKDIR /statping
|
WORKDIR /statping
|
||||||
|
|
Loading…
Reference in New Issue