Skip to content

Instantly share code, notes, and snippets.

View hoangtrucit's full-sized avatar

TrucTH hoangtrucit

  • VietNam
View GitHub Profile
@hoangtrucit
hoangtrucit / Dockerfile
Created December 9, 2020 16:12 — forked from rosskevin/Dockerfile
nginx envsubst escape $
FROM nginx:alpine
# https://thepracticalsysadmin.com/templated-nginx-configuration-with-bash-and-docker/
ENV LISTEN_PORT=80 \
NGINX_ENV=production \
SERVER_NAME=_ \
RESOLVER=8.8.8.8 \
UPSTREAM_API=api:3000 \
UPSTREAM_API_PROTO=http \
WORKDIR=/www \
@hoangtrucit
hoangtrucit / media-query.css
Created March 9, 2018 06:29 — forked from gokulkrishh/media-query.css
CSS Media Queries for Desktop, Tablet, Mobile.
/*
##Device = Desktops
##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
//CSS