Last fix to dockerfile
This commit is contained in:
parent
95453055fc
commit
72c9c5226a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue