1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-20 07:48:06 +02:00
This commit is contained in:
Luke Skywalker 2022-05-28 23:17:17 -06:00 committed by GitHub
commit 82284cc7ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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