Skip to content

Instantly share code, notes, and snippets.

View rafabarzotto's full-sized avatar
🏠
Working from home

Rafael Barzotto rafabarzotto

🏠
Working from home
View GitHub Profile
@rafabarzotto
rafabarzotto / Dockerfile
Created February 7, 2022 17:07 — forked from pollend/Dockerfile
A sample configuration for deploying symfony for Azure.
######################################################################3
FROM node:10
# This first part uses a node image to build the frontend dependencies and copies
# the results into the next setep to produce the final deployed image
ADD . /var/www/symfony
WORKDIR /var/www/symfony
RUN yarn install --no-progress
RUN yarn build
@rafabarzotto
rafabarzotto / !WhatsApp On Web Monitor.md
Created November 2, 2018 22:17 — forked from parthpower/!WhatsApp On Web Monitor.md
Simple JS to monitor offline and online time of a contact.

WhatsApp On Web Monitor

What It does

It gives notifications when someone goes online or offline or typing. Open chat of the contact you want to monitor and start script.

Simple Way