fix: use different base image to support rpi

pull/203/head
Maciej Winnicki 2020-03-26 15:24:39 +01:00
parent 0fcd6278fd
commit 7f506ae5bf
No known key found for this signature in database
GPG Key ID: D0B924AEC4BE0E44
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM node:10.16.0-alpine
FROM node:12-stretch-slim
WORKDIR /frontail
ADD . .

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -euo pipefail