mirror of https://github.com/mthenw/frontail.git
fix: use different base image to support rpi
parent
0fcd6278fd
commit
7f506ae5bf
|
@ -1,4 +1,4 @@
|
|||
FROM node:10.16.0-alpine
|
||||
FROM node:12-stretch-slim
|
||||
|
||||
WORKDIR /frontail
|
||||
ADD . .
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
|
|
Loading…
Reference in New Issue