feat: view version of page source

This commit is contained in:
NGPixel
2020-02-29 18:57:54 -05:00
committed by Nicolas Giard
parent 2ac9131244
commit e50dc89519
10 changed files with 188 additions and 30 deletions

View File

@@ -1,7 +1,7 @@
# ====================
# --- Build Assets ---
# ====================
FROM node:12.14-alpine AS assets
FROM node:12-alpine AS assets
RUN apk add yarn g++ make python --no-cache
@@ -23,7 +23,7 @@ RUN yarn --production --frozen-lockfile --non-interactive
# ===============
# --- Release ---
# ===============
FROM node:12.14-alpine
FROM node:12-alpine
LABEL maintainer="requarks.io"
RUN apk add bash curl git openssh gnupg sqlite --no-cache && \