Skip to content

Commit

Permalink
fixing worker dependencies in extended image
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloromeo committed Jul 24, 2024
1 parent 0afca8a commit fba0288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pms/docker-mod/root/etc/s6-overlay/s6-rc.d/5-run-nginx/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/with-contenv bash

#/etc/init.d/nginx start
echo "**** starting nginx ****"
/usr/sbin/nginx -g 'daemon off;'
2 changes: 2 additions & 0 deletions worker/extended-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ RUN bash /etc/s6-overlay/s6-rc.d/1-install-dependencies/run && \
rm -rf /etc/s6-overlay/s6-rc.d/2-npm-install && \
rm -rf /etc/s6-overlay/s6-rc.d/3-install-shim/dependencies.d && \
rm -rf /etc/s6-overlay/s6-rc.d/4-setup-codecs-dir/dependencies.d && \
rm /etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/1-install-dependencies && \
rm /etc/s6-overlay/s6-rc.d/init-mods-end/dependencies.d/2-npm-install && \
rm /etc/s6-overlay/s6-rc.d/user/contents.d/1-install-dependencies && \
rm /etc/s6-overlay/s6-rc.d/user/contents.d/2-npm-install && \
echo "**** cleanup ****" && \
Expand Down

0 comments on commit fba0288

Please sign in to comment.