You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -171,7 +171,7 @@ You can run these commands in the terminal yourself and open it up at <http://lo
## Creating a Dockerfile
When creating a Dockerfile, it's essentially the same process as manually doing it. The only difference is that you're automating it in a file.
When creating a Dockerfile, it's essentially the same process as manually doing it. The only difference is that you're automating it in a file. Start by creating a new file called `Dockerfile` in the `apps/frontend` directory.