Put Docker image on Alpine
This commit is contained in:
parent
d3ed49255b
commit
2ad5f04ea9
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM node:15
|
||||
FROM node:15-alpine
|
||||
|
||||
ENV NODE_ENV production
|
||||
WORKDIR /usr/src/app
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ -d /data/db ]; then
|
||||
|
|
Loading…
Reference in a new issue