Skip to content
Snippets Groups Projects
Commit 56b724aa authored by Dysk0's avatar Dysk0
Browse files

Add .gitignore and Docker configuration files

parent 8d0a934c
Branches
No related tags found
No related merge requests found
node_modules/
.env
dist/
*.log
\ No newline at end of file
version: '3.8'
services:
web:
image: node:14
volumes:
- ./:/usr/src/app
working_dir: /usr/src/app
command: npm start
ports:
- "3000:3000"
environment:
NODE_ENV: development
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment