alessandro trinca tornidor commited on
Commit
c7c291a
·
1 Parent(s): c0a740e

ci: more small fixes to the docker build process, bump to versio 0.5.2

Browse files
.dockerignore CHANGED
@@ -3,6 +3,7 @@ venv/
3
  __cache__
4
  .idea
5
  tmp/
 
6
  .env*
7
  __pycache__
8
  .DS_Store
 
3
  __cache__
4
  .idea
5
  tmp/
6
+ *.log
7
  .env*
8
  __pycache__
9
  .DS_Store
Dockerfile CHANGED
@@ -1,4 +1,4 @@
1
- FROM registry.gitlab.com/aletrn/my_ghost_writer_base:0.5.1
2
 
3
  LABEL authors="trincadev"
4
 
 
1
+ FROM registry.gitlab.com/aletrn/my_ghost_writer_base:0.5.2
2
 
3
  LABEL authors="trincadev"
4
 
dockerfiles/dockerfile_my_ghost_writer_base CHANGED
@@ -70,7 +70,7 @@ RUN . ${WORKDIR_ROOT}/.venv && which python && pip list
70
  COPY --chown=python:python ./lite.koboldai.net ${WORKDIR_ROOT}/lite.koboldai.net
71
  COPY --chown=python:python ./my_ghost_writer ${WORKDIR_ROOT}/my_ghost_writer
72
  RUN mkdir ${WORKDIR_ROOT}/static && chown python:python ${WORKDIR_ROOT}/static
73
- COPY static/index-dark.css static/index.html static/index_dark.html static/index.css static/index.js ${WORKDIR_ROOT}/static/
74
 
75
  RUN echo "new WORKDIR_ROOT after hidden venv copy => ${WORKDIR_ROOT}"
76
  RUN ls -ld ${WORKDIR_ROOT}/
 
70
  COPY --chown=python:python ./lite.koboldai.net ${WORKDIR_ROOT}/lite.koboldai.net
71
  COPY --chown=python:python ./my_ghost_writer ${WORKDIR_ROOT}/my_ghost_writer
72
  RUN mkdir ${WORKDIR_ROOT}/static && chown python:python ${WORKDIR_ROOT}/static
73
+ COPY --chown=python:python static/index-dark.css static/index.html static/index_dark.html static/index.css static/index.js ${WORKDIR_ROOT}/static/
74
 
75
  RUN echo "new WORKDIR_ROOT after hidden venv copy => ${WORKDIR_ROOT}"
76
  RUN ls -ld ${WORKDIR_ROOT}/
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  name = "my-ghost-writer"
3
- version = "0.5.1"
4
  description = "A simple webapp supporting writers"
5
  authors = [
6
  {name = "alessandro trinca tornidor",email = "[email protected]"}
 
1
  [project]
2
  name = "my-ghost-writer"
3
+ version = "0.5.2"
4
  description = "A simple webapp supporting writers"
5
  authors = [
6
  {name = "alessandro trinca tornidor",email = "[email protected]"}