Skip to content

Commit

Permalink
WIP run localeMerger
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleGuitar committed Nov 14, 2023
1 parent 3187650 commit d912c06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
.env
*.swp
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
build:
export IMAGE_TAG="local" \
&& cd wacs-gitea \
&& docker build --no-cache -t wycliffeassociates/wacs:$${IMAGE_TAG} .
&& docker build -t wycliffeassociates/wacs:$${IMAGE_TAG} .

.PHONY: run
run: build
Expand Down Expand Up @@ -31,4 +31,4 @@ logs:
reload-gitea: build
export IMAGE_TAG="local" \
&& docker compose stop gitea \
&& docker compose up gitea -d
&& docker compose up gitea -d
1 change: 1 addition & 0 deletions wacs-gitea/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ COPY custom/options/locale /wa-locale
# output files to /output-locale/*.ini
RUN mkdir /output-locale
RUN go build -o localeMerger
RUN /merge-locale/localeMerger

# RUN npm install -ci
# RUN node localeMerge.js
Expand Down

0 comments on commit d912c06

Please sign in to comment.