Skip to content

Commit

Permalink
Merge pull request #96 from companieshouse/feature/list-assets-files
Browse files Browse the repository at this point in the history
iterating workingdir path
  • Loading branch information
akachwala-ch authored Feb 19, 2024
2 parents fa0ac3b + f43831a commit 1d4e7e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ecs-image-build/docker_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,15 @@
PORT=3000

export NODE_PORT=${PORT}
for entry in /opt/*
do
echo "$entry"
done

for entry in /opt/assets
do
echo "$entry"
done

ls -R /opt/assets
exec node /opt/dist/src/main/server.js -- ${PORT}

0 comments on commit 1d4e7e1

Please sign in to comment.