Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit 3fad6d6

Browse files
authored
Update Dockerfile
1 parent 239b24c commit 3fad6d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ LABEL authors="Ethan Besson" \
1212
licenses="AFL-3.0" \
1313
source="https://github.com/InstaZDLL/simple-wordpress-docker" \
1414
vendor="the Docker Community" \
15-
version="1.0.0" \
15+
version="1.0.1" \
1616
url="https://github.com/InstaZDLL/simple-wordpress-docker"
1717

1818
ARG DEBIAN_FRONTEND=noninteractive
@@ -48,4 +48,4 @@ HEALTHCHECK --interval=5m --timeout=3s \
4848

4949
ENTRYPOINT ["docker-entrypoint.sh"]
5050

51-
CMD ["nginx", "-g", "daemon off;"]
51+
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)