mirror of
https://github.com/linuxserver/docker-heimdall.git
synced 2026-04-19 08:05:48 +09:00
run migrate on restart
This commit is contained in:
@@ -15,10 +15,10 @@ ENV \
|
||||
RUN \
|
||||
echo "**** install build packages ****" && \
|
||||
apk add --no-cache --virtual=build-dependencies \
|
||||
curl \
|
||||
g++ \
|
||||
make \
|
||||
python2 && \
|
||||
curl \
|
||||
g++ \
|
||||
make \
|
||||
python2 && \
|
||||
echo "**** install runtime packages ****" && \
|
||||
apk add --no-cache \
|
||||
nodejs \
|
||||
|
||||
Reference in New Issue
Block a user