Skip to content

Commit

Permalink
Renamed directories to match final branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zachsents committed Dec 11, 2023
1 parent 300a21a commit a94f1b5
Show file tree
Hide file tree
Showing 345 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apk add git
COPY . /opt/canvas

# build frontend
WORKDIR /opt/canvas/frontend
WORKDIR /opt/canvas/SBOLCanvasFrontend
RUN npm install
RUN npm run gitversion
RUN npm run build
Expand All @@ -16,7 +16,7 @@ FROM tomcat:9.0-jdk8-openjdk as server

# copy backend files
WORKDIR /opt/backend
COPY backend .
COPY SBOLCanvasBackend .

# make directories
RUN mkdir -p WebContent/WEB-INF/classes
Expand All @@ -31,7 +31,7 @@ RUN jar -cf /usr/local/tomcat/webapps/api.war WebContent/*
WORKDIR /usr/local/tomcat

# copy built frontend files
COPY --from=frontend-build /opt/canvas/frontend/dist webapps/canvas
COPY --from=frontend-build /opt/canvas/SBOLCanvasFrontend/dist webapps/canvas

# copy configs for tomcat
ARG TOMCAT_AUTOMATION_DIR=resources/server_automation/tomcat
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit a94f1b5

Please sign in to comment.