We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb9443 commit 1ca7331Copy full SHA for 1ca7331
images/osmcha-web/Dockerfile
@@ -6,8 +6,8 @@ RUN apt-get update && apt-get install -y git \
6
&& rm -rf /var/lib/apt/lists/*
7
RUN mkdir /app
8
WORKDIR /app
9
-ARG GITSHA=9925beeabcbc3b50eccc83dd92d71f2cf6791b04
10
-RUN git clone --branch master https://github.com/osmus/osmcha-frontend.git /app
+ARG GITSHA=3cd987bd2ed02bbb60b121ecad0bb556a115aca1
+RUN git clone https://github.com/osmus/osmcha-frontend.git /app
11
RUN git checkout $GITSHA
12
RUN yarn install
13
COPY start.sh .
0 commit comments