Add path reference at top of Dockerfile

This commit is contained in:
OpenVisor 2024-06-28 23:18:13 +02:00
parent cee158780f
commit 24b8a76c0f

View file

@ -1,3 +1,6 @@
# openvisorwebsite-dockerized/Dockerfile
# https://git.openvisor.ch/OpenVisor/OpenVisor-Website/Dockerfile
# BUILD STAGE
FROM node:22.1.0-alpine3.19 as build-stage