Skip to content

Instantly share code, notes, and snippets.

View pavelbely's full-sized avatar

Pavel Bely pavelbely

  • Tel Aviv, Israel
View GitHub Profile
@pavelbely
pavelbely / Shared link preview.html
Last active October 21, 2024 05:20
Meta tags required to render link preview when posting to Social
{
"AWSEBDockerrunVersion": 2,
"volumes": [],
"containerDefinitions": [
{
"name": "backend-app",
"image": "AWS_ACCOUNT_ID.dkr.ecr.eu-west-1.amazonaws.com/backend-app:<BACKEND_TAG>",
"essential": true,
"memoryReservation": 200,
@pavelbely
pavelbely / Dockerfile
Created November 17, 2016 02:19 — forked from yefim/Dockerrun.aws.json
Build a Docker image, push it to AWS EC2 Container Registry, then deploy it to AWS Elastic Beanstalk
# Example Dockerfile
FROM hello-world
# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->