Skip to content

Commit c9563d4

Browse files
committed
feat: simplificar dockerfile
1 parent d643962 commit c9563d4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ COPY configs/logs.conf /etc/apache2/conf-enabled/logs.conf
8585
COPY apache-run.sh /usr/bin/apache-run
8686
COPY ./bin /usr/bin/
8787

88-
RUN touch /usr/bin/post-startup-hook && chmod a+x \
88+
RUN chmod a+x \
8989
/usr/bin/apache-run \
9090
/usr/bin/post-startup-hook
9191

bin/post-startup-hook

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/bash
2+
3+
# substituir pelas ações necessárias apenas o startup base

0 commit comments

Comments
 (0)