mirror of
https://github.com/Cian-H/pinp_test.git
synced 2026-08-09 03:13:22 +01:00
Designed and implemented pinp test
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM docker.io/library/alpine:latest
|
||||
|
||||
COPY ./entrypoint.sh /entrypoint.sh
|
||||
|
||||
RUN chmod +x /entrypoint.sh
|
||||
|
||||
ENTRYPOINT /entrypoint.sh
|
||||
Reference in New Issue
Block a user