Changes on Dockerfile
This commit is contained in:
parent
8a0936dafb
commit
f6068d7872
@ -1,7 +1,7 @@
|
|||||||
# Runs on Alpine container, latest version.
|
# Runs on Alpine container, latest version.
|
||||||
FROM alpine
|
FROM alpine
|
||||||
# Copy the script to the home directory of the container.
|
# Copy the content to the container.
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY . /
|
||||||
# Grant executable permission on the script.
|
# Grant executable permission on the script.
|
||||||
RUN ["chmod", "+x", "/entrypoint.sh"]
|
RUN ["chmod", "+x", "/entrypoint.sh"]
|
||||||
# Runs the script.
|
# Runs the script.
|
||||||
|
Loading…
Reference in New Issue
Block a user