Fixed Dockerfile

This commit is contained in:
ACoolName 2023-12-29 11:00:47 +02:00
parent 53cee71d48
commit d03b352e22

View File

@ -9,7 +9,7 @@ COPY tsconfig.json .
RUN npm install RUN npm install
COPY startup.sh . COPY --chmod=111 startup.sh .
COPY public public COPY public public
COPY src src COPY src src