Skip to content

Commit

Permalink
fix: Build from parseplatform images (#102)
Browse files Browse the repository at this point in the history
* fix: Build from parseplatform images

* Update Dockerfile.dashboard
  • Loading branch information
cbaker6 committed May 17, 2024
1 parent 75257f5 commit 9493a12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions parse/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################
# Build stage
############################################################
FROM netreconlab/parse-server:latest AS build
FROM parseplatform/parse-server:latest AS build

# Setup directories
COPY ./scripts/ ./scripts/
Expand All @@ -19,7 +19,7 @@ RUN apk --no-cache add git \
############################################################
# Release stage
############################################################
FROM netreconlab/parse-server:latest AS release
FROM parseplatform/parse-server:latest AS release

# Start parse-hipaa setup as root
USER root
Expand Down
4 changes: 2 additions & 2 deletions parse/Dockerfile.dashboard
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################################
# Build stage
############################################################
FROM netreconlab/parse-server:latest AS build
FROM parseplatform/parse-server:latest AS build

# Setup directories
COPY ./scripts/ ./scripts/
Expand All @@ -19,7 +19,7 @@ RUN apk --no-cache add git \
############################################################
# Release stage
############################################################
FROM netreconlab/parse-server:latest AS release
FROM parseplatform/parse-server:latest AS release

# Start parse-hipaa setup as root
USER root
Expand Down

0 comments on commit 9493a12

Please sign in to comment.