Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HarikaMunipalle committed Nov 2, 2023
1 parent 0110124 commit 8344f2a
Show file tree
Hide file tree
Showing 13 changed files with 1,030 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": null
}
9 changes: 9 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"ExpandedNodes": [
"",
"\\_includes",
"\\_pages"
],
"SelectedNode": "\\_pages\\about.md",
"PreviewInSolutionExplorer": false
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
1,016 changes: 1,016 additions & 0 deletions .vs/fcsm/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/fcsm/v17/.suo
Binary file not shown.
Binary file added .vs/fcsm/v17/workspaceFileList.bin
Binary file not shown.
Binary file added .vs/slnx.sqlite
Binary file not shown.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ WORKDIR /app
COPY Gemfile /app
COPY Gemfile.lock /app

RUN gem install bundler:1.17.2
RUN gem --version
RUN gem install bundler:2.2.13
RUN bundle install

EXPOSE 4000

0 comments on commit 8344f2a

Please sign in to comment.