Skip to content

Commit

Permalink
fix api-gateway Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitchel Baker committed Aug 28, 2024
1 parent 3469f4d commit 2035f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY . .

EXPOSE 3001

CMD curl -fsSL https://get.docker.com -o get-docker.sh
CMD sudo sh get-docker.sh
RUN curl -fsSL https://get.docker.com -o get-docker.sh
RUN sh get-docker.sh

CMD ./scripts/start.sh

0 comments on commit 2035f27

Please sign in to comment.