mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
fix
This commit is contained in:
parent
f3ec6fd910
commit
bb74063cf4
@ -5,12 +5,12 @@
|
||||
FROM vimagick/alpine-arm:edge
|
||||
MAINTAINER kev <noreply@datageek.info>
|
||||
|
||||
ENV GHOST_VERSION 0.7.2
|
||||
ENV GHOST_URL https://github.com/TryGhost/Ghost/archive/$GHOST_VERSION.tar.gz
|
||||
ENV GHOST_VER 0.7.2
|
||||
ENV GHOST_URL https://github.com/TryGhost/Ghost/archive/$GHOST_VER.tar.gz
|
||||
ENV GHOST_SOURCE /usr/src/ghost
|
||||
ENV GHOST_CONTENT /var/lib/ghost
|
||||
|
||||
WORKDIR $GHOST_SRC
|
||||
WORKDIR $GHOST_SOURCE
|
||||
VOLUME $GHOST_CONTENT
|
||||
|
||||
RUN set -ex \
|
||||
|
Loading…
Reference in New Issue
Block a user