mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-17 18:58:33 +00:00
fix: Remove redundant statement
This commit is contained in:
parent
cbfb8432f8
commit
a6405dcd0c
@ -2,8 +2,6 @@ FROM node:20-slim
|
|||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
|
|
||||||
RUN apt-get update
|
|
||||||
RUN apt-get install -y git
|
|
||||||
RUN apt-get install -y git
|
RUN apt-get install -y git
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
Loading…
Reference in New Issue
Block a user