fix: Remove redundant statement

This commit is contained in:
Myzel394 2023-11-11 00:30:35 +01:00
parent cbfb8432f8
commit a6405dcd0c
No known key found for this signature in database
GPG Key ID: 79CC92F37B3E1A2B

View File

@ -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 . .