Fix copy path

This commit is contained in:
René Preuß
2021-12-05 15:05:21 +01:00
parent 849425db43
commit 174f387b9d

View File

@@ -1,7 +1,7 @@
FROM node:14-alpine AS build
WORKDIR /app
COPY . /app
COPY runtimes/hello-world:latest/. /app
RUN set -ex \
# Build JS-Application