Update comments
This commit is contained in:
@@ -6,10 +6,10 @@ WORKDIR /ota-admin-portal
|
|||||||
COPY . .
|
COPY . .
|
||||||
COPY .env.template ./.env
|
COPY .env.template ./.env
|
||||||
|
|
||||||
# Install the dependencies and make the folder
|
# Install the dependencies
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
# Build the project and copy the files
|
# Build the project
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
# ================================
|
# ================================
|
||||||
|
|||||||
Reference in New Issue
Block a user