Skip to content

Commit

Permalink
Merge pull request #30 from ufosc/feature/groups-jams-buildout
Browse files Browse the repository at this point in the history
fix prod dockerfile
  • Loading branch information
IkeHunter authored Mar 2, 2024
2 parents e5e60fd + 08490e5 commit b5a69dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ USER root
RUN npm install -g npm && \
npm install -g typescript && \
npm install -g rimraf && \
npm ci
npm install


# # STAGE 2: Building the project.
Expand Down
2 changes: 1 addition & 1 deletion deploy/templates/ec2/server-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ 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.yml up -d --build
sudo docker-compose -f /home/ec2-user/Jukebox-Server/docker-compose.prod.yml up -d --build

0 comments on commit b5a69dc

Please sign in to comment.