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/