Skip to content

Commit

Permalink
docker updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ultish committed Jun 3, 2020
1 parent 1f7403f commit 356ef3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions DockerFile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ WORKDIR /usr/src/app
COPY --from=BUILD_IMAGE /usr/src/app/dist ./dist
COPY --from=BUILD_IMAGE /usr/src/app/node_modules ./node_modules
COPY --from=BUILD_IMAGE /usr/src/app/.env ./
COPY --from=BUILD_IMAGE /usr/src/app/public ./public

EXPOSE 9998

Expand Down
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ services:
# build: ../jikan-ga-nai-client/docker/
ports:
- "9997:80"
environment:
- GRAPHQL_HOST=192.168.1.54
- GRAPHQL_PORT=9998
depends_on:
- express

Expand Down

0 comments on commit 356ef3d

Please sign in to comment.