Skip to content

Commit

Permalink
fix dockerfile and add .env
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed May 9, 2023
1 parent 1fc8105 commit 9c1adeb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
COMPOSE_PROJECT_NAME=localterra
TERRA_VERSION=2.2.1
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ jspm_packages/
# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env

# SQLite databases
*.sqlite

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts-alpine as builder
FROM node:lts as builder

WORKDIR /app

Expand Down

0 comments on commit 9c1adeb

Please sign in to comment.