Skip to content

Commit 9c1adeb

Browse files
author
gregnuj
committed
fix dockerfile and add .env
1 parent 1fc8105 commit 9c1adeb

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.env

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
COMPOSE_PROJECT_NAME=localterra
2+
TERRA_VERSION=2.2.1

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@ jspm_packages/
6363
# Yarn Integrity file
6464
.yarn-integrity
6565

66-
# dotenv environment variables file
67-
.env
68-
6966
# SQLite databases
7067
*.sqlite
7168

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine as builder
1+
FROM node:lts as builder
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)