development branch created to preserve working deploy project
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM alpine/git
|
||||
WORKDIR /build_context
|
||||
COPY . .
|
||||
RUN ls -la
|
||||
CMD ["echo", "Build context listed."]
|
||||
Reference in New Issue
Block a user