Docker refactoring #3018

Merged
konrad merged 6 commits from vlasov-y/frontend:main into main 2023-01-29 14:47:24 +00:00
4 changed files with 3 additions and 3 deletions
Showing only changes of commit 827dff09c5 - Show all commits

View File

@ -55,9 +55,9 @@ ENV VIKUNJA_API_URL http://localhost:3456/api/v1
ENV VIKUNJA_SENTRY_ENABLED false
ENV VIKUNJA_SENTRY_DSN https://85694a2d757547cbbc90cd4b55c5a18d@o1047380.ingest.sentry.io/6024480
COPY scripts/docker/injector.sh /docker-entrypoint.d/50-injector.sh
COPY scripts/docker/nginx.conf /etc/nginx/nginx.conf
COPY scripts/docker/templates/. /etc/nginx/templates/
COPY docker/injector.sh /docker-entrypoint.d/50-injector.sh
COPY docker/nginx.conf /etc/nginx/nginx.conf
COPY docker/templates/. /etc/nginx/templates/

Can we move this from scripts/docker to just docker? Since this now also contains config file I think it's more than just scripts.

Can we move this from `scripts/docker` to just `docker`? Since this now also contains config file I think it's more than just scripts.

Sure! Usually, I create folder .devops. I will move files to folder named docker, as you asked.

Sure! Usually, I create folder `.devops`. I will move files to folder named *docker*, as you asked.
# copy compiled files from stage 1
COPY --from=builder /build/dist ./
# manage permissions