1
0
mirror of synced 2024-12-02 18:27:19 +01:00
This commit is contained in:
Luna 2022-11-24 14:10:55 +00:00
parent 2d7338a9db
commit aa4c8c9af5

View File

@ -6,7 +6,7 @@ WORKDIR /server
COPY package*.json ./
# tsconfig definitions
COPY tsconfig*.json .
COPY tsconfig*.json ./
# Copy the entire app source tree
COPY . .