Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Docker Image

The image is built on node:lts-alpine using expo-cli, and packaged in a nginx:alpine image.

The container will expose port 80, when using in production, please use a reverse-proxy for SSL termination or mount certificates and the new /etc/nginx/conf.d/default.conf, more details at nginx Complex configuration

How to Build

docker build -t etesync/notes -f docker/Dockerfile .

Usage

Just type docker run -d -p 8080:80 --name etesync-notes etesync/notes, this will enable access through http://localhost:8080