You've already forked gitlab-actions
mirror of
https://github.com/hegerdes/gitlab-actions.git
synced 2026-04-29 11:34:04 +02:00
7 lines
76 B
Docker
7 lines
76 B
Docker
FROM alpine as tmp
|
|
|
|
RUN apk add bash
|
|
|
|
WORKDIR /workspace
|
|
COPY . /workspace/
|