From 2b68523f8c2f4ff9db57721cdecd8e2d62fa7fef Mon Sep 17 00:00:00 2001
From: Jonas Zohren <jonas.zohren@tu-dortmund.de>
Date: Thu, 28 Oct 2021 18:13:17 +0000
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile b/Dockerfile
index 9656a7b..ad8cab0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,8 @@
 # This file is a template, and might need editing before it works on your project.
 FROM docker.io/node:16
 
+ARG TARGETPLATFORM
+RUN echo "$TARGETPLATFORM"
 RUN cp "$TARGETPLATFORM".txt ./blah.txt
 
 WORKDIR /usr/src/app
-- 
GitLab