Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naogify committed Dec 15, 2023
1 parent 7a74275 commit 0f216fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,4 @@ COPY package.json /package.json
COPY package-lock.json /package-lock.json
COPY entrypoint.sh /entrypoint.sh

# 現在のディレクトリを ディレクトリ構成を維持して / にコピー
COPY . /

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ set -ex
export AWS_DEFAULT_REGION=ap-northeast-1

ls
pwd

ls /

npm install
Expand Down

0 comments on commit 0f216fd

Please sign in to comment.