Added github repo label to Dockerfile

This commit is contained in:
2022-10-14 20:56:15 +02:00
parent 3fce8000df
commit 80e2db705e

View File

@@ -1,4 +1,5 @@
FROM node:18 FROM node:18
LABEL org.opencontainers.image.source https://github.com/KevinMidboe/figlet-http
RUN mkdir -p /opt/figlet-http/src RUN mkdir -p /opt/figlet-http/src