mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-17 02:38:29 +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
|
||||
EXPOSE 9000
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y git
|
||||
RUN apt-get install -y git
|
||||
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user