Skip to content

Commit a109436

Browse files
author
Dylan Pinn
committed
Remove deprecated MAINTAINER label
1 parent 1a965a7 commit a109436

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:carbon
22

3-
MAINTAINER Dylan Pinn <[email protected]>
3+
LABEL maintainer "Dylan Pinn <[email protected]>"
44

55
# Global install yarn package manager
66
RUN apt-get update && apt-get install -y curl apt-transport-https && \

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,7 @@
33
Docker Image to build NodeJS Apps
44

55
Includes:
6+
67
- yarn
78
- Pupppeteer (dependencies)
9+
- awscli

0 commit comments

Comments
 (0)