Skip to content

EmpeRoar/docker-mfe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker ps --filter "status=running" --filter "status=restarting" --filter "status=paused"
docker network create mfe_network
docker network ls
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y dotnet-sdk-8.0
RUN apt-get update && apt-get install -y curl git build-essential \
    && curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
    && apt-get install -y nodejs \
    && npm install -g @angular/cli@18.1.0
CMD ["echo", "Angular 18 installed"]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published