From 1db0b6040a154329e025d0bb50f741bb589aff20 Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Thu, 14 Apr 2022 18:56:21 +0100 Subject: [PATCH] fix --- dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dockerfile b/dockerfile index 06f37f246..fbee3b3f6 100644 --- a/dockerfile +++ b/dockerfile @@ -16,9 +16,6 @@ WORKDIR /usr/local/app -# # Add the source code to app - -COPY ./www /usr/local/app/ @@ -42,6 +39,9 @@ RUN npm install -g cordova-res RUN ionic build --prod +# # Add the source code to app + +COPY ./www /usr/local/app/