Skip to content
Snippets Groups Projects
Commit 3edcd668 authored by David Mendez's avatar David Mendez
Browse files

Debug Build

parent 1e33a865
No related branches found
No related tags found
1 merge request!50Do npm build when creating container image
......@@ -16,7 +16,7 @@ RUN apt-get update -qq -y && \
COPY . ${APP_SOURCE}
RUN npm install
RUN ENV_FILE_PATH=${BUILD_ENV_FILE_PATH} npm run build
RUN ENV_FILE_PATH="${APP_SOURCE}/${BUILD_ENV_FILE_PATH}" npm run build
ENV HOST 0.0.0.0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment