Put Docker image on Alpine

This commit is contained in:
Wingy 2020-11-13 10:44:50 -05:00
parent d3ed49255b
commit 2ad5f04ea9
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM node:15 FROM node:15-alpine
ENV NODE_ENV production ENV NODE_ENV production
WORKDIR /usr/src/app WORKDIR /usr/src/app

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
set -e set -e
if [ -d /data/db ]; then if [ -d /data/db ]; then