Skip to content

Commit

Permalink
fix: use different base image to support rpi
Browse files Browse the repository at this point in the history
  • Loading branch information
mthenw committed Mar 26, 2020
1 parent 0fcd627 commit 7f506ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:10.16.0-alpine
FROM node:12-stretch-slim

WORKDIR /frontail
ADD . .
Expand Down
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash

set -euo pipefail

Expand Down

0 comments on commit 7f506ae

Please sign in to comment.