Skip to content

Commit

Permalink
comment out tests to 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 77dd45f commit d92d4d2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions api-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ COPY . .

EXPOSE 3001

RUN curl -fsSL https://get.docker.com -o get-docker.sh
RUN sh get-docker.sh
#RUN apt-get update
#RUN apt-get install ca-certificates curl
#RUN install -m 0755 -d /etc/apt/keyrings
#RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc
#RUN chmod a+r /etc/apt/keyrings/docker.asc

#RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null
#RUN apt-get update

#RUN apt-get install docker-ce=5:27.2.0-1~ubuntu.24.04~noble docker-ce-cli=5:27.2.0-1~ubuntu.24.04~noble containerd.io docker-buildx-plugin docker-compose-plugin

CMD ./scripts/start.sh

0 comments on commit d92d4d2

Please sign in to comment.