multi-stage dockerfile with node:14-alpine

This commit is contained in:
Michael C
2021-06-29 18:18:42 -04:00
parent 4d8526c24d
commit 14a97b4879
2 changed files with 11 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
set -e
echo 'Entrypoint script'
cd /usr/src/app