Skip to content

Commit

Permalink
update docker config.
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Sep 15, 2022
1 parent 30b9cd8 commit d75c722
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docker-serve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ if [[ "${PORT_LIVERELOAD}" == "" ]]; then
PORT_LIVERELOAD=$(cat dev-livereload.port)
fi

# install ruby-devel
apt-get update -y
apt-get install -y ruby-dev

gem install i18n jekyll bundler jemoji nokogiri -n /usr/local/bin

bundle install
Expand Down
2 changes: 1 addition & 1 deletion docker/server/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "2.4"
services:

server:
image: aemdesign/java-buildpack:jdk11
image: aemdesign/java-buildpack:jdk11-ubuntu
restart: always
extends:
file: ../common/config-tz.yml
Expand Down

0 comments on commit d75c722

Please sign in to comment.