Add makefile to demo pushing to registries

This commit is contained in:
sid palas
2023-02-20 10:15:40 -05:00
parent 92f640e252
commit c954a8205a
4 changed files with 29 additions and 2 deletions

View File

@ -50,8 +50,8 @@ CMD and ENTRYPOINT.
The image has the following:
ENTRYPOINT [ "echo", "Hey Team 👋 (entrypoint)" ]
CMD [ "+ (cmd)" ]
ENTRYPOINT [ "echo", "Hey Team 👋 (entrypoint)" ]
CMD [ "+ (cmd)" ]

View File

@ -1,3 +1,5 @@
# syntax=docker/dockerfile:1.5
FROM node:19.4-bullseye AS build
# Specify working directory other than /