update folder structure
This commit is contained in:
parent
bad8050e83
commit
f9593d42cc
13 changed files with 40 additions and 8 deletions
|
@ -6,9 +6,9 @@ RUN yarn global add typescript
|
|||
RUN tsc
|
||||
RUN mkdir /app
|
||||
RUN cp -r /tmp/build/* /app
|
||||
RUN cp -r /tmp/posts /app/default_posts
|
||||
RUN cp -r /tmp/default_posts /app/default_posts
|
||||
RUN cp -r /tmp/node_modules /app
|
||||
RUN cp -r /tmp/templates /app/default_templates
|
||||
RUN cp -r /tmp/default_templates /app/default_templates
|
||||
COPY ./scripts/docker_run.sh /app/run.sh
|
||||
WORKDIR /app
|
||||
CMD ["/app/run.sh"]
|
||||
|
|
Reference in a new issue