mirror of
https://github.com/KevinMidboe/infra-map.git
synced 2025-10-29 01:20:29 +00:00
some dockers vers requires trailing / on dest folder
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /app
|
||||
|
||||
COPY src/ src
|
||||
COPY static/ static
|
||||
COPY package.json yarn.lock svelte.config.js tsconfig.json vite.config.ts .
|
||||
COPY package.json yarn.lock svelte.config.js tsconfig.json vite.config.ts ./
|
||||
|
||||
RUN yarn
|
||||
RUN yarn build
|
||||
|
||||
Reference in New Issue
Block a user