mirror of
https://github.com/bitinflow/bpkg-images.git
synced 2026-03-13 13:45:54 +00:00
Fix copy path
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
FROM node:14-alpine AS build
|
FROM node:14-alpine AS build
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . /app
|
COPY runtimes/hello-world:latest/. /app
|
||||||
|
|
||||||
RUN set -ex \
|
RUN set -ex \
|
||||||
# Build JS-Application
|
# Build JS-Application
|
||||||
|
|||||||
Reference in New Issue
Block a user