Skip to content

Commit

Permalink
Merge pull request #31 from ufosc/feature/groups-jams-buildout
Browse files Browse the repository at this point in the history
remove arg from dockerfile, fix build issue
  • Loading branch information
IkeHunter authored Mar 2, 2024
2 parents b5a69dc + 69913d5 commit d1dd472
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 d1dd472

Please sign in to comment.