Update comments

This commit is contained in:
jwu-fisker
2021-01-07 20:58:32 -08:00
parent 9e143b51e3
commit 84d41d2996

View File

@@ -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
# ================================ # ================================