Skip to content

Latest commit

 

History

History
 
 

challenge2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Challenge 2

image

Your challenge is to update the Dockerfile so that it runs npm install and has the appropriate CMD to start the frontend. Test your solution by building the docker image, creating a docker container, then running the container.

hint the frontend expects an environment variable named PORT

hint dockerfile documentation can be found at https://docs.docker.com/engine/reference/builder/

Next Up: Challenge 3