Skip to content

Federiko9811/WasaPhoto

Repository files navigation

Wasa Photo!

How to build container images

Backend

$ docker build -t wasa-photo-backend:latest -f Dockerfile.backend .

Frontend

$ docker build -t wasa-photo-frontend:latest -f Dockerfile.frontend .

How to run container images

Backend

$ docker run -it --rm -p 3000:3000 wasa-photo-backend:latest

Frontend

$ docker run -it --rm -p 8080:80 wasa-photo-frontend:latest

License

See LICENSE.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published