Skip to content

Commit

Permalink
Typescriptへの移行
Browse files Browse the repository at this point in the history
Fixes #75
  • Loading branch information
ShotaroMatsuya committed Apr 28, 2023
1 parent 10a70ed commit 3dba7ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/node_modules/
**/dist/
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ services:
- 8080:8080
volumes:
- ./:/app
- node_modules:/app/node_modules
- node_modules:/app/node_modules:delegated
npm:
image: shotaromatsuya/fbj:16
working_dir: /app
entrypoint: ['npm']
user: 'node:node'
volumes:
- ./:/app
- node_modules:/app/node_modules
- node_modules:/app/node_modules:delegated
cypress:
build:
context: ./cypress
Expand All @@ -35,7 +35,7 @@ services:
# - NODE_ENV=development
entrypoint: ['./node_modules/.bin/cypress']
volumes:
- node_modules:/app/node_modules
- node_modules:/app/node_modules:delegated
- ./:/app
volumes:
node_modules:
Expand Down
Binary file added src/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3dba7ee

Please sign in to comment.