fix docker base image as it was causing problems.
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
# node:12-slim?
|
# node:12-slim?
|
||||||
FROM node:12-alpine AS BASE_IMAGE
|
FROM node:alpine AS BASE_IMAGE
|
||||||
|
|
||||||
|
|
||||||
# set user
|
# set user
|
||||||
#RUN groupadd -r nodejs && useradd -m -r -g -s /bin/bash nodejs nodejs
|
#RUN groupadd -r nodejs && useradd -m -r -g -s /bin/bash nodejs nodejs
|
||||||
|
|||||||
Reference in New Issue
Block a user