1
This commit is contained in:
@@ -1,12 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add gcc
|
||||
|
||||
RUN mkdir /app
|
||||
|
||||
COPY *.c /app/
|
||||
COPY test.sh /
|
||||
RUN chmod +x "test.sh"
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
ENTRYPOINT ["/test.sh"]
|
||||
ENTRYPOINT ["test.sh"]
|
||||
|
||||
Reference in New Issue
Block a user