Skip to content

Commit

Permalink
remove arg from dockerfile, fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
IkeHunter committed Mar 2, 2024
1 parent 08490e5 commit 69913d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY ./tsconfig.json ./tsconfig.json
COPY ./jest.config.ts ./jest.config.ts


ARG NODE_ENV=production
# ARG NODE_ENV=production

USER root

Expand Down
1 change: 0 additions & 1 deletion deploy/templates/ec2/server-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ cd ~
sudo yum install -y git
git clone https://github.com/ufosc/Jukebox-Server.git /home/ec2-user/Jukebox-Server

# sudo docker-compose -f /home/ec2-user/Jukebox-Server/docker-compose.yml build
sudo docker-compose -f /home/ec2-user/Jukebox-Server/docker-compose.prod.yml up -d --build

0 comments on commit 69913d5

Please sign in to comment.