Skip to content
Snippets Groups Projects
Verified Commit 16d4a0cc authored by Kirill Stytsenko's avatar Kirill Stytsenko
Browse files

Fix Dockerfile bug

parent f6e42656
No related branches found
No related tags found
3 merge requests!23Sprint results,!18Merge Conflicts,!17UI sprint 2
...@@ -14,6 +14,7 @@ COPY ./components ./components ...@@ -14,6 +14,7 @@ COPY ./components ./components
COPY ./lang ./lang COPY ./lang ./lang
COPY ./layouts ./layouts COPY ./layouts ./layouts
COPY ./middleware ./middleware COPY ./middleware ./middleware
COPY ./server-middleware ./server-middleware
COPY ./pages ./pages COPY ./pages ./pages
COPY ./plugins ./plugins COPY ./plugins ./plugins
COPY ./static ./static COPY ./static ./static
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment