Skip to content

Instantly share code, notes, and snippets.

View matteomallus's full-sized avatar

Matteo Mallus matteomallus

  • Cagliari (Italy)
View GitHub Profile
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pharma Tree Structure</title>
</head>
<body>
<ul>
<li><a target="_blank" href="https://next.labamboss.com/us/pharma/1430">Lisinopril</a>
This file has been truncated, but you can view the full file.
4R
6H
9H
AI
AR
AS
B7
BN
CF
CR
This file has been truncated, but you can view the full file.
4R
6H
9H
AI
AR
AS
B7
BN
CF
CR
@matteomallus
matteomallus / vue_docker
Last active June 15, 2020 18:29
Dockerfile for vue build multistage
=================================================================================
## Dockerfile MULTISTAGE
FROM node:12.11.1-alpine as node_build
RUN apk add --update --no-cache nginx==1.14.2-r5
RUN npm i -g yarn@1.17.3
RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
COPY package.json yarn.lock ./
#### Issue description
#### Steps to reproduce the issue
1.
2.
3.
/**********************/
/* GENERIC BODY STYLE */
/**********************/
BODY
{
font-family: Verdana;
text-align: left;
font-size: 10px;
margin: 0px;
/**********************/
/* GENERIC BODY STYLE */
/**********************/
BODY
{
font-family: Verdana;
text-align: left;
font-size: 10px;
cursor: default;