Skip to content

Commit

Permalink
fix prod dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
IkeHunter committed Mar 2, 2024
1 parent f5a74f4 commit 08490e5
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 08490e5

Please sign in to comment.