This commit is contained in:
Luke Skywalker
2022-05-28 23:17:17 -06:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
# Create image based on the official Node image from dockerhub
FROM node:lts-buster
FROM node::current-slim
# Create app directory
WORKDIR /usr/src/app