more maintenance fixes

This commit is contained in:
Ulf Gebhardt 2021-04-17 14:13:20 +02:00
parent b51fe45b07
commit 94a6bdb137
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -1,7 +1,7 @@
##################################################################################
# BASE ###########################################################################
##################################################################################
FROM node:12.19.0-alpine3.10 as build
FROM node:12.19.0-alpine3.10 as base
# ENVs
## DOCKER_WORKDIR would be a classical ARG, but that is not multi layer persistent - shame