Better Implementarion of Env Variables

This commit is contained in:
2023-02-06 05:54:57 -03:00
parent 1f60e0408c
commit cd0e6bd8e5
7 changed files with 487 additions and 97 deletions

View File

@@ -4,7 +4,8 @@ WORKDIR /app
COPY . .
RUN npm install
RUN npm install -g @angular/cli@14.0.6
EXPOSE 5000-7000
ENTRYPOINT ["npm", "start"]
CMD ng build --configuration=production && npm start