Replaces MAINTAINER tag with LABEL in Dockerfile
This commit is contained in:
parent
321f6082a4
commit
0bd4992ed6
@ -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 .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user