Skip to content
Snippets Groups Projects
Commit 99e5c036 authored by Aanand Prasad's avatar Aanand Prasad
Browse files

Merge branch 'add-static' into 'master'

Add static directory

See merge request !1
parents 54ebed96 0afba207
No related branches found
No related tags found
1 merge request!1Add static directory
Pipeline #5547 failed with stages
in 1 minute and 10 seconds
......@@ -13,7 +13,6 @@ RUN [ "rm", "-rf", "/npm-packages-offline-cache"]
COPY app.js .babelrc .eslintignore .eslintrc .prettierrc .stylelintignore .stylelintrc ./
COPY static static
COPY api api
COPY webpack webpack
COPY config config
COPY app app
......
......@@ -4,7 +4,6 @@ WORKDIR ${HOME}
COPY package.json yarn.lock app.js .babelrc .eslintignore .eslintrc .prettierrc .stylelintignore .stylelintrc ./
COPY static static
COPY api api
COPY webpack webpack
COPY config config
COPY app app
......
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