Skip to content

Commit

Permalink
bump jdk
Browse files Browse the repository at this point in the history
  • Loading branch information
skibz committed Apr 21, 2022
1 parent c165168 commit ddfc1a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LABEL org.opencontainers.image.source=https://github.com/io-digital/firebase-emu

RUN apk --no-cache --update add \
ca-certificates \
openjdk8-jre \
openjdk11-jre \
nodejs \
npm

Expand Down
9 changes: 9 additions & 0 deletions src/start.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
#!/bin/bash

function log_errors {

node -v
npm -v
echo
ls -la
echo
env
echo

for log in *.log; do
echo logging $log
cat $log
Expand Down

0 comments on commit ddfc1a2

Please sign in to comment.