mirror of
https://github.com/ButlerLogic/action-autotag.git
synced 2025-07-24 07:59:04 +07:00
Add Docker test
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
FROM node:13-alpine
|
||||
LABEL version=1.1.0
|
||||
ADD ./app /app
|
||||
WORKDIR /app
|
||||
RUN cd /app && npm i
|
||||
|
Reference in New Issue
Block a user