Replaces MAINTAINER tag with LABEL in Dockerfile
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
FROM node:18-alpine
|
FROM node:18-alpine
|
||||||
|
|
||||||
|
LABEL maintainer="Alex Arbit <aarbit@gmail.com>"
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY package.json .
|
COPY package.json .
|
||||||
|
|||||||
Reference in New Issue
Block a user