Last fix to dockerfile

master
Jonatan Nilsson 2021-01-04 11:00:22 +00:00
parent 95453055fc
commit 72c9c5226a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ RUN apk add --update --no-cache --virtual .build-deps gcc g++ make libc6-compat
###########################
# Server
###########################
FROM node:12-alpine as build
FROM node:12-alpine
ENV HOME=/app