Updated Dockerfiles for lattice to use a publicly available container in the GitHub container registry

This commit is contained in:
Fletcher Haynes 2022-09-08 11:05:43 -07:00
parent 0c19c87a40
commit 383ce50b95
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@ ARG GO_VERSION=latest
### Lattice builder ###
#######################
FROM moleculacorp/nodejs:latest as lattice-builder
FROM ghcr.io/featurebasedb/nodejs:0.0.1 as lattice-builder
WORKDIR /lattice
COPY lattice/package.json ./

View file

@ -1,4 +1,4 @@
FROM moleculacorp/nodejs:latest as build
FROM ghcr.io/featurebasedb/nodejs:0.0.1 as build
# make sure that your docker settings allow for at least like 4gb of ram, it
# takes a lot to build this
WORKDIR /lattice