Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dopatraman
Last active November 23, 2019 00:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dopatraman/0c2b2d7e9047a66728e65ab6114e2f6a to your computer and use it in GitHub Desktop.
Save dopatraman/0c2b2d7e9047a66728e65ab6114e2f6a to your computer and use it in GitHub Desktop.
cross-platform-releases-04-build-container
#!/usr/bin/env bash
# This file is meant to be private!
# You should remove it from source control if
# you plan on using this repo.
docker build --build-arg env=prod \
--build-arg env=prod \
-t my-project:latest .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment