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

View File

@@ -1,5 +1,5 @@
# if you're doing anything beyond your local machine, please pin this to a specific version at https://hub.docker.com/_/node/
FROM node:lts
FROM node:current-slim
# set our node environment, either development or production
# defaults to production, compose overrides this to development on build and run