mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
Updated Dockerfiles for lattice to use a publicly available container in the GitHub container registry
This commit is contained in:
parent
0c19c87a40
commit
383ce50b95
2 changed files with 2 additions and 2 deletions
|
|
@ -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 ./
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue