doing stuff l8r

This commit is contained in:
hexlocation's laptop (asiago) 2024-03-29 09:15:24 -04:00
parent 4ea74c0cb1
commit 57016f4f3f
13 changed files with 28 additions and 7 deletions

View file

@ -6,9 +6,9 @@ RUN yarn global add typescript
RUN tsc
RUN mkdir /app
RUN cp -r /tmp/build/* /app
RUN cp -r /tmp/default_posts /app/default_posts
RUN cp -r /tmp/data/default_posts /app/default_posts
RUN cp -r /tmp/node_modules /app
RUN cp -r /tmp/default_templates /app/default_templates
RUN cp -r /tmp/data/default_templates /app/default_templates
COPY ./scripts/docker_run.sh /app/run.sh
WORKDIR /app
CMD ["/app/run.sh"]