Skip to content

Commit

Permalink
Merge pull request #179 from jiro4989/hotfix/#178-js
Browse files Browse the repository at this point in the history
JavaScriptのビルド成果物を配布物に含められていなかったのを修正 #178
  • Loading branch information
jiro4989 committed Jul 5, 2020
2 parents 4d9696c + b0fbc3c commit 101ef4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Build image (base)
run: docker build --target base -t base .

- name: Build (front)
run: docker build --target websh_front_builder .
- name: Build javascript
run: docker run --rm -v $PWD/websh_front:/work -t base nimble build -Y

- name: Test (server)
run: docker run --rm -v $PWD/websh_server:/work -t base nimble test -Y
Expand Down
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ WORKDIR /work
# builder stages
################################################################################

FROM base AS websh_front_builder
COPY websh_front/ /work
RUN nimble build -Y

FROM base AS websh_server_builder
COPY websh_server/ /work
RUN nimble build -Y -d:release
Expand Down

0 comments on commit 101ef4c

Please sign in to comment.